]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: make all headings use `var(--bs-emphasis-color)` (#38262)
authorJulien Déramond <julien.deramond@orange.com>
Sun, 19 Mar 2023 23:57:35 +0000 (00:57 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2023 23:57:35 +0000 (16:57 -0700)
site/assets/scss/_masthead.scss

index b42d8c54e44b3e085eaae716f4e610aec069e553..33015d681858c5c928aa3bff8a4bf5bd420a4653 100644 (file)
@@ -10,6 +10,7 @@
   // stylelint-enable
 
   h1 {
+    --bs-heading-color: var(--bs-emphasis-color);
     @include font-size(4rem);
   }
 
 }
 
 .masthead-followup {
+  h2,
+  h3,
+  h4 {
+    --bs-heading-color: var(--bs-emphasis-color);
+  }
+
   .lead {
     @include font-size(1rem);
   }