]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Material: prevent bold in title, update title font size
authorKevin Decherf <kevin@kdecherf.com>
Sun, 20 Nov 2016 19:27:10 +0000 (20:27 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Fri, 25 Nov 2016 12:37:42 +0000 (13:37 +0100)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
app/Resources/static/themes/material/css/main.css

index 2fcf11bdde6ea596f9ccaa54a8c90ddb62504332..ffccb49850de5c783b5926fb7d73fee6b4b22b05 100755 (executable)
@@ -616,6 +616,39 @@ a.original {
   color: #212121;
 }
 
+#article article h1 strong,
+#article article h2 strong,
+#article article h3 strong,
+#article article h4 strong,
+#article article h5 strong,
+#article article h6 strong {
+  font-weight: 500;
+}
+
+#article article h6 {
+  font-size: 1.2rem;
+}
+
+#article article h5 {
+  font-size: 1.6rem;
+}
+
+#article article h4 {
+  font-size: 1.9rem;
+}
+
+#article article h3 {
+  font-size: 2.2rem;
+}
+
+#article article h2 {
+  font-size: 2.5rem;
+}
+
+#article article h1 {
+  font-size: 2.7rem;
+}
+
 #article img,
 #article figure {
   max-width: 100%;