]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Always let headings inherit their colour
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Sep 2018 16:23:54 +0000 (17:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Sep 2018 16:23:54 +0000 (17:23 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/_variables.scss
src/scss/style.scss

index aa8ef50165995a20816c528dfea5c75d59c127b6..6693384a4c170139f92d65253f02b5176b5974ac 100644 (file)
@@ -61,7 +61,6 @@ $small-font-size:                     87.5%;
 $headings-font-weight:         500;
 $headings-line-height:         1.15;
 $headings-margin-bottom:       1.25rem;
-$headings-color:                       $white;
 
 $h1-font-size:                         3rem;
 $h2-font-size:                         2.5rem;
index 1a679d24431525d70b90d8eb75667bdf4f0f1e4a..783d08db7737a4b8183ba1fbccd3c849b58a445b 100644 (file)
@@ -63,12 +63,6 @@ body {
 
 .card {
        @extend .inverse;
-
-       .card-body {
-               h1, h2, h3, h4, h5, h6 {
-                       color: inherit;
-               }
-       }
 }
 
 .nav {