]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Material: render blockquote in italic and strong in bold in article
authorKevin Decherf <kevin@kdecherf.com>
Sun, 20 Nov 2016 19:45:05 +0000 (20:45 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Fri, 25 Nov 2016 12:39:53 +0000 (13:39 +0100)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
app/Resources/static/themes/material/css/main.css

index ff3a9891ff301237cf613b0303d2f178da2341b8..a8172b7e37a0f4ea882d2e68dae86360ce8e5420 100755 (executable)
@@ -673,6 +673,14 @@ a.original {
   list-style-type: disc;
 }
 
+#article article blockquote {
+  font-style: italic;
+}
+
+#article article strong {
+  font-weight: bold;
+}
+
 #article article pre {
   box-sizing: border-box;
   margin: 0 0 1.75em;