From e6c9a22fc2fa5e9fe5e06e7c2e6e3ee2b1c13693 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Thu, 11 Jun 2026 22:49:04 +0200 Subject: [PATCH] style(ui): glass opacity 82% -> 78% --- frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index c135167..ebea9ae 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -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);