]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: h1 has a lower font weight
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Jul 2018 09:56:08 +0000 (10:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Jul 2018 09:56:08 +0000 (10:56 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index e9e086ad09c2bfecb5e212c1825fc63d1487d60b..1e3874d7ce5990d6aa6921f969dc4043d5605325 100644 (file)
@@ -54,6 +54,7 @@ body {
 
 h1 {
        line-height: 4rem;
+       font-weight: 300;
 }
 
 h2 {