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