mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-19 11:50:59 +00:00
Docs: fix headings color in light/dark mode (#37802)
This commit is contained in:
parent
d70b5db2e0
commit
803d9d405c
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
> h2,
|
||||
> h3,
|
||||
> h4 {
|
||||
--#{$prefix}heading-color: #fff;
|
||||
--bs-heading-color: var(--bs-emphasis-color);
|
||||
}
|
||||
|
||||
> h2:not(:first-child) {
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
}
|
||||
|
||||
.bd-title {
|
||||
--#{$prefix}heading-color: #fff;
|
||||
--bs-heading-color: var(--bs-emphasis-color);
|
||||
@include font-size(3rem);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue