From 2dc31e33919129d45a5b1a85dfdcdd3203e5cb56 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 19:10:17 +0200 Subject: [PATCH] fix hotdog theme visibility --- copyparty/web/browser.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 4b16d23b..eb27b623 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3626,6 +3626,12 @@ html.cy #pvol { html.cy #path i { background: transparent; } +html.cy #up_quick_btn.on:not(:hover) { + background: #f00; +} +html.cy span { + color: #f00; +}