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:
parent
b6658a6323
commit
41cdc85051
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue