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