dang background color
This commit is contained in:
parent
010a8c13d3
commit
e33c323ca8
1 changed files with 1 additions and 3 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
:root:has(body.toggled) {
|
||||
--pico-color: white;
|
||||
--pico-background-color: black;
|
||||
|
||||
& .red {
|
||||
color: red;
|
||||
|
@ -42,11 +41,10 @@
|
|||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--pico-color: white;
|
||||
--pico-background-color: black;
|
||||
|
||||
& .red {
|
||||
color: red;
|
||||
background: black;
|
||||
background: var(--pico-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue