mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
Docs: fix headings color in light/dark mode (#37802)
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
> h2,
|
> h2,
|
||||||
> h3,
|
> h3,
|
||||||
> h4 {
|
> h4 {
|
||||||
--#{$prefix}heading-color: #fff;
|
--bs-heading-color: var(--bs-emphasis-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
> h2:not(:first-child) {
|
> h2:not(:first-child) {
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bd-title {
|
.bd-title {
|
||||||
--#{$prefix}heading-color: #fff;
|
--bs-heading-color: var(--bs-emphasis-color);
|
||||||
@include font-size(3rem);
|
@include font-size(3rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user