mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 13:30:24 +00:00
Add color-scheme to dark root selector
This commit is contained in:
parent
f9827ac8d8
commit
5d9c09ccba
1 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,8 @@
|
|||
|
||||
@if $enable-dark-mode {
|
||||
@include color-mode(dark, true) {
|
||||
color-scheme: dark;
|
||||
|
||||
// scss-docs-start root-dark-mode-vars
|
||||
--#{$prefix}body-color: #{$body-color-dark};
|
||||
--#{$prefix}body-color-rgb: #{to-rgb($body-color-dark)};
|
||||
|
|
|
|||
Loading…
Reference in a new issue