]> cat aescling's git repositories - mastodon.git/commitdiff
Better distinguish titles from text
authorThibaut Girka <thib@sitedethib.com>
Wed, 24 Apr 2019 16:31:50 +0000 (18:31 +0200)
committerThibG <thib@sitedethib.com>
Wed, 24 Apr 2019 20:40:17 +0000 (22:40 +0200)
app/javascript/flavours/glitch/styles/components/status.scss

index f16b43186c41b5f74b2e4f2c24a08163c0f3e35e..f91fb2027a1e55170623a5daf1dd7d1ac432b445 100644 (file)
@@ -38,7 +38,7 @@
     }
 
     h1, h2 {
-      font-weight: 500;
+      font-weight: 700;
       font-size: 18px;
     }
 
       font-size: 16px;
     }
 
+    h3, h4, h5 {
+      font-weight: 500;
+    }
+
     blockquote {
       margin-left: 20px;
       color: $dark-text-color;