From db45a8698352a3c415938278766b987b33466a40 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Wed, 29 Apr 2026 14:43:27 +0200 Subject: [PATCH] color all scrollbars correctly --- copyparty/web/browser.css | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 99ea09e1..8ea4bfe1 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1933,6 +1933,7 @@ input.ssconf_v { z-index: 5; padding-bottom: 3em; } +#ghead, #tree, html { scrollbar-color: var(--a) var(--bg-u3);