Skip to content

Commit

Permalink
Docs: make all headings use var(--bs-emphasis-color) (#38262)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Mar 19, 2023
1 parent 5414880 commit 2d0c94c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions site/assets/scss/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// stylelint-enable

h1 {
--bs-heading-color: var(--bs-emphasis-color);
@include font-size(4rem);
}

Expand Down Expand Up @@ -64,6 +65,12 @@
}

.masthead-followup {
h2,
h3,
h4 {
--bs-heading-color: var(--bs-emphasis-color);
}

.lead {
@include font-size(1rem);
}
Expand Down

0 comments on commit 2d0c94c

Please sign in to comment.