mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Docs: make all headings use var(--bs-emphasis-color) (#38262)
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
// stylelint-enable
|
// stylelint-enable
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
--bs-heading-color: var(--bs-emphasis-color);
|
||||||
@include font-size(4rem);
|
@include font-size(4rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -64,6 +65,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.masthead-followup {
|
.masthead-followup {
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4 {
|
||||||
|
--bs-heading-color: var(--bs-emphasis-color);
|
||||||
|
}
|
||||||
|
|
||||||
.lead {
|
.lead {
|
||||||
@include font-size(1rem);
|
@include font-size(1rem);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user