diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index dd6602da..34d4eb9b 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -33,8 +33,8 @@ --bgg: var(--bg); - background: #222; - color: #ccc; + background: var(--bg); + color: var(--fg); } html.y { color-scheme: light;