mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 06:44:35 +02:00
Add [data-bs-theme="body"]
This commit is contained in:
@@ -21,10 +21,12 @@
|
||||
}
|
||||
}
|
||||
@include expect() {
|
||||
:root[data-bs-theme=dark] [data-bs-theme=body] .element,
|
||||
[data-bs-theme=dark] .element {
|
||||
color: var(--bs-primary-text-emphasis);
|
||||
background-color: var(--bs-primary-bg-subtle);
|
||||
}
|
||||
:root[data-bs-theme=dark] [data-bs-theme=body],
|
||||
[data-bs-theme=dark] {
|
||||
--custom-color: #3a3ff8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user