From 40500216e8ed11bf7c328a0adecd30f7d580c1dc Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 1 Jun 2026 21:40:40 +0200 Subject: [PATCH] tiny css fixes: removed gradient from used space bar in most themes + logout text size --- copyparty/web/browser.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 0151c3e3..ee7ba089 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -5151,6 +5151,9 @@ html.e #actionsArea { } #spaceUsed_bar{ background: rgb(85, 144, 255); + background: var(--a); +} +html.b #spaceUsed_bar { background: linear-gradient(to right, transparent, var(--a-dark), var(--a)); } #spaceTotal_bar { @@ -5426,6 +5429,7 @@ html.f #u2c3t span { html.f #u2cards span { font-size: .8em; } +html.f #blogout, html.f #goh { font-size: 1.2em; }