From d6793f0907ac43d89890f028c2e5b4c4d2d90367 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Wed, 13 May 2026 22:47:22 +0200 Subject: [PATCH] stronger tree footer gradient for more legibility --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index f71c71a2..aff5bb25 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -5071,7 +5071,7 @@ html.e #wtc { padding: 1em; pointer-events: none; transition: width .05s; - background: linear-gradient(to top, var(--bg-u2), transparent); + background: linear-gradient(to top, var(--bg-u2), color-mix(in oklab, var(--bg-u2) 80%, transparent), transparent); } .popup_button { border-radius: var(--radius);