mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
fix accidental color change
This commit is contained in:
parent
d6793f0907
commit
8a7e8b79ca
|
|
@ -33,8 +33,8 @@
|
|||
|
||||
--bgg: var(--bg);
|
||||
|
||||
background: #222;
|
||||
color: #ccc;
|
||||
background: var(--bg);
|
||||
color: var(--fg);
|
||||
}
|
||||
html.y {
|
||||
color-scheme: light;
|
||||
|
|
|
|||
Loading…
Reference in a new issue