diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 1f354410..59f966d6 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1,6 +1,5 @@ :root { color-scheme: dark; - color: #b9bdc1; --transparent: transparent; --font-mono: monospace; diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index 685e1bb6..bddf1d87 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -34,6 +34,7 @@ --bgg: var(--bg); background: var(--bg); + color: #b9bdc1; color: var(--fg); } html.y {