style(ui): glass opacity 82% -> 78%

This commit is contained in:
npeter83 2026-06-11 22:49:04 +02:00
parent cfeae492ec
commit e6c9a22fc2

View file

@ -35,7 +35,7 @@ body {
/* Frosted overlay surface: translucent enough that the blurred backdrop shows /* Frosted overlay surface: translucent enough that the blurred backdrop shows
through (the glassy look), opaque enough that the background isn't distracting. through (the glassy look), opaque enough that the background isn't distracting.
The strong blur turns whatever is behind into soft colour, not a sharp image. */ The strong blur turns whatever is behind into soft colour, not a sharp image. */
background: color-mix(in srgb, var(--surface) 82%, transparent); background: color-mix(in srgb, var(--surface) 78%, transparent);
backdrop-filter: blur(30px) saturate(1.8); backdrop-filter: blur(30px) saturate(1.8);
-webkit-backdrop-filter: blur(30px) saturate(1.8); -webkit-backdrop-filter: blur(30px) saturate(1.8);
border: 1px solid color-mix(in srgb, var(--border) 78%, transparent); border: 1px solid color-mix(in srgb, var(--border) 78%, transparent);