Skip to content

Commit 803d9d4

Browse files
Docs: fix headings color in light/dark mode (#37802)
1 parent d70b5db commit 803d9d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/assets/scss/_content.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
> h2,
1313
> h3,
1414
> h4 {
15-
--#{$prefix}heading-color: #fff;
15+
--bs-heading-color: var(--bs-emphasis-color);
1616
}
1717

1818
> h2:not(:first-child) {
@@ -108,7 +108,7 @@
108108
}
109109

110110
.bd-title {
111-
--#{$prefix}heading-color: #fff;
111+
--bs-heading-color: var(--bs-emphasis-color);
112112
@include font-size(3rem);
113113
}
114114

0 commit comments

Comments
 (0)