From c90f133bf44663663ebd389c57e9ecce33f1764b Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 14:45:28 +0200 Subject: [PATCH] flat light accent color fix --- copyparty/web/browser.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index e7ea7e0b..6a09817b 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -285,8 +285,7 @@ html.by { --row-alt: #f9f9f9; - --btn-1-bg: #07a; - --btn-1h-bg: var(--a-hil); + --a: #07a; --op-aa-bg: #fff;