]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/style.css
Merge pull request #363 from inthepoche/dev
[github/wallabag/wallabag.git] / themes / default / css / style.css
index 3ef9c8236d43d2110c2d6f3f7371a23e38ad44d8..2088ee2ee9c5b97522dcaeab9150ccae590e0018 100644 (file)
@@ -1,3 +1,12 @@
+@font-face {
+  font-family: 'Roboto';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto.woff) format('woff');
+}
+
+
+
 body {
     margin: 10px;
     font-family: 'Roboto',Verdana,Geneva,sans-serif;
@@ -167,6 +176,12 @@ a:visited {
     text-decoration: none;
 }
 
+#article .tags {
+    font-size: 0.8em;
+    color: #888;
+    padding-bottom: 5px;
+}
+
 .backhome {
     display: inline;
 }
@@ -318,4 +333,4 @@ a.link span,
 a.bad-display span,
 a.reading-time span {
     background-repeat: no-repeat;
-}
\ No newline at end of file
+}