mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +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:
@@ -9,6 +9,12 @@
|
||||
margin-top: -5rem;
|
||||
}
|
||||
|
||||
> h2,
|
||||
> h3,
|
||||
> h4 {
|
||||
--#{$prefix}heading-color: #fff;
|
||||
}
|
||||
|
||||
> h2:not(:first-child) {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
@@ -102,6 +108,7 @@
|
||||
}
|
||||
|
||||
.bd-title {
|
||||
--#{$prefix}heading-color: #fff;
|
||||
@include font-size(3rem);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user