1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Remove dark mode --bs-heading-color value, set to null, and add custom styles for the docs dark mode headings

This commit is contained in:
Mark Otto
2023-01-03 19:28:26 -08:00
committed by Mark Otto
parent 9013c9884e
commit da1c968965
3 changed files with 11 additions and 2 deletions

View File

@@ -190,7 +190,9 @@
--#{$prefix}light-border-subtle: #{$light-border-subtle-dark};
--#{$prefix}dark-border-subtle: #{$dark-border-subtle-dark};
--#{$prefix}heading-color: #{$headings-color-dark};
@if $headings-color-dark != null {
--#{$prefix}heading-color: #{$headings-color-dark};
}
--#{$prefix}link-color: #{$link-color-dark};
--#{$prefix}link-hover-color: #{$link-hover-color-dark};