Skip to content

Commit

Permalink
Docs: fix headings color in light/dark mode (#37802)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Jan 4, 2023
1 parent d70b5db commit 803d9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
> h2,
> h3,
> h4 {
--#{$prefix}heading-color: #fff;
--bs-heading-color: var(--bs-emphasis-color);
}

> h2:not(:first-child) {
Expand Down Expand Up @@ -108,7 +108,7 @@
}

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

Expand Down

0 comments on commit 803d9d4

Please sign in to comment.