diff options
| author | Julien Déramond <[email protected]> | 2023-03-20 00:57:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-19 16:57:35 -0700 |
| commit | 2d0c94c05a8d338b1644a49820747d0cf72621ad (patch) | |
| tree | ffd668b02128e44aab7923acfe7f841c45a27b95 | |
| parent | 5414880e37a77b6d68eaa4a1a11153cf94079424 (diff) | |
| download | bootstrap-2d0c94c05a8d338b1644a49820747d0cf72621ad.tar.xz bootstrap-2d0c94c05a8d338b1644a49820747d0cf72621ad.zip | |
Docs: make all headings use `var(--bs-emphasis-color)` (#38262)
| -rw-r--r-- | site/assets/scss/_masthead.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/site/assets/scss/_masthead.scss b/site/assets/scss/_masthead.scss index b42d8c54e..33015d681 100644 --- a/site/assets/scss/_masthead.scss +++ b/site/assets/scss/_masthead.scss @@ -10,6 +10,7 @@ // stylelint-enable h1 { + --bs-heading-color: var(--bs-emphasis-color); @include font-size(4rem); } @@ -64,6 +65,12 @@ } .masthead-followup { + h2, + h3, + h4 { + --bs-heading-color: var(--bs-emphasis-color); + } + .lead { @include font-size(1rem); } |
