]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Fix headline colour in cards
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Sep 2018 13:36:03 +0000 (14:36 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Sep 2018 13:36:03 +0000 (14:36 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index 28da08232d749170335e663490d02a63de93b99a..ae8f8d0703e1b66a8b144d6294b1275df3564138 100644 (file)
@@ -78,6 +78,12 @@ h6 {
 
 .card {
        color: $dark;
+
+       .card-body {
+               h1, h2, h3, h4, h5, h6 {
+                       color: inherit;
+               }
+       }
 }
 
 .nav {
@@ -222,7 +228,7 @@ footer {
        .blog-header {
                h5 {
                        a {
-                               color: $body-color;
+                               color: $dark;
                        }
                }
        }