fix(ui): restore glass opacity in dark mode (account popover readability)

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).
This commit is contained in:
npeter83 2026-06-16 01:34:25 +02:00
parent 7b2d4dfb78
commit 0adc1104a3

View file

@ -75,9 +75,6 @@ html[data-theme="dark"] body {
var(--bg); var(--bg);
background-attachment: fixed; 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. */ /* Performance mode (Settings → Appearance) drops the expensive blur + soft shadows. */
html[data-perf="1"] .glass, html[data-perf="1"] .glass,