0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Docs: fix headings color in light/dark mode (#37802)

This commit is contained in:
Julien Déramond 2023-01-04 17:47:31 +01:00 committed by GitHub
parent d70b5db2e0
commit 803d9d405c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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