From bc29be3f175928b23832ccc6be60fff30241fa19 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 14:48:34 +0200 Subject: [PATCH] remove accent color from html.e --- copyparty/web/browser.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 6a09817b..5b449135 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4084,6 +4084,12 @@ html.e #acc_pfp { background: transparent; color: var(--fg); } +html.e .modalcontent { + border-color: var(--fg); +} +html.e .divider { + background: var(--fg); +} html.e details[open] summary:hover, html.e #files, html.e #u2conf input[type="checkbox"]:hover + label,