From 0adc1104a306c317c732628b5d83a0f769bdae50 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Tue, 16 Jun 2026 01:34:25 +0200 Subject: [PATCH] fix(ui): restore glass opacity in dark mode (account popover readability) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dark-mode experiment made .glass globally more translucent (surface 66%), which also hit content-overlapping surfaces like the account popover — text became hard to read over the feed behind it. Drop that override so .glass is back to the readable 78% everywhere; keep the richer dark ambient (harmless to readability). Docked chrome loses the marginal extra frost (which was barely noticeable anyway). --- frontend/src/index.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 4b09812..6d7d27e 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -75,9 +75,6 @@ html[data-theme="dark"] body { var(--bg); background-attachment: fixed; } -html[data-theme="dark"] .glass { - background: color-mix(in srgb, var(--surface) 66%, transparent); -} /* Performance mode (Settings → Appearance) drops the expensive blur + soft shadows. */ html[data-perf="1"] .glass,