Docs: make all headings use var(--bs-emphasis-color) (#38262)

This commit is contained in:
Julien Déramond 2023-03-20 00:57:35 +01:00 committed by GitHub
parent 5414880e37
commit 2d0c94c05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}