From 44e0b9ea7d3d4dd6fc46579ebc701d44a9a2aa43 Mon Sep 17 00:00:00 2001 From: Til Date: Fri, 5 Jun 2026 10:53:35 +0200 Subject: [PATCH] css color fix regarding legacy theming --- copyparty/web/browser.css | 1 - copyparty/web/ui.css | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 {