]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/article.scss
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / article.scss
index a1c6810e110346f798d274a2967cf1864c89e1ff..edfd60071e4b543a49439d9bbd4f18678eefc444 100644 (file)
@@ -54,7 +54,7 @@
     }
 
     a {
-      border-bottom: 1px dotted #03a9f4;
+      border-bottom: 1px dotted $blueAccentColor;
       text-decoration: none;
     }
 
       flex-flow: row wrap;
 
       .stats {
-        font-size: 0.8em;
+        font-size: 0.7em;
         margin: 8px 5px 5px;
 
         li {
           i.material-icons {
             color: #3e3e3e;
             margin-right: 3px;
+            font-size: 18px;
           }
         }
 
     }
 
     .chip {
-      background-color: $blueAccentColor;
+      background-color: #9e9e9e;
       padding: 0 15px 0 10px;
       margin: auto 2px;
       border-radius: 6px;
+      height: 18px;
+      line-height: 18px;
 
       a,
       i {
 
       i.material-icons {
         float: right;
-        font-size: 20px;
-        line-height: 32px;
+        font-size: 16px;
+        line-height: 18px;
         padding-left: 8px;
       }
     }