style(ui): glass opacity 82% -> 78%
This commit is contained in:
parent
91535accef
commit
2cfb649dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ body {
|
|||
/* Frosted overlay surface: translucent enough that the blurred backdrop shows
|
||||
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. */
|
||||
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);
|
||||
-webkit-backdrop-filter: blur(30px) saturate(1.8);
|
||||
border: 1px solid color-mix(in srgb, var(--border) 78%, transparent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue