mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 21:22:26 -06:00
css color fix regarding legacy theming
This commit is contained in:
parent
929b4d1ee4
commit
44e0b9ea7d
|
|
@ -1,6 +1,5 @@
|
||||||
:root {
|
:root {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
color: #b9bdc1;
|
|
||||||
--transparent: transparent;
|
--transparent: transparent;
|
||||||
--font-mono: monospace;
|
--font-mono: monospace;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@
|
||||||
--bgg: var(--bg);
|
--bgg: var(--bg);
|
||||||
|
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
|
color: #b9bdc1;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
html.y {
|
html.y {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue