From 3f6505a9cc2bc4ae9e631b20ced659b69ba49e88 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 19 Apr 2026 00:18:49 +0200 Subject: [PATCH] vice theme modal bg --- copyparty/web/browser.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index efa9c905..9f8dfde7 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2614,6 +2614,9 @@ html.y #bbox-overlay figcaption a { max-width: 66.6em; position: relative; } +html.c .modalcontent { + background: var(--bg-u2); +} .modalheader { display: flex; align-items: center;