mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-27 07:24:43 +00:00
Docs: make all headings use var(--bs-emphasis-color) (#38262)
This commit is contained in:
parent
5414880e37
commit
2d0c94c05a
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue