From 38ef2a1f1a3909b0a87a62dabb6de321265274cb Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Fri, 27 Feb 2026 21:48:45 +0100 Subject: [PATCH] update styles.css --- .../conf/desktop/walker/themes/frosted/style.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/henrovnix_ok/assets/conf/desktop/walker/themes/frosted/style.css b/henrovnix_ok/assets/conf/desktop/walker/themes/frosted/style.css index c889135c3..21f2cf0ba 100644 --- a/henrovnix_ok/assets/conf/desktop/walker/themes/frosted/style.css +++ b/henrovnix_ok/assets/conf/desktop/walker/themes/frosted/style.css @@ -33,7 +33,7 @@ @define-color foreground @text; /* very transparent base to let compositor blur show through */ -@define-color background rgba(30, 30, 46, 0.60); +@define-color background rgba(30, 30, 46, 0.70); /* selection tint */ @define-color color1 @blue; @@ -80,19 +80,13 @@ slider, /* --- Main container (frosted glass card) --- */ #box { border-radius: 18px; - - /* “glass”: transparent fill + soft highlight */ background: @background; - /* glass edge highlights */ - border: 1px solid alpha(@text, 0.1); + border: 1px solid alpha(@text, 0.08); - /* subtle inner highlights to feel like glass */ box-shadow: - inset 0 1px 0 alpha(@text, 0.08), - inset 0 0 0 1px alpha(@crust, 0.15), - 0 20px 50px alpha(@crust, 0.55), - 0 10px 20px alpha(@crust, 0.35); + inset 0 1px 0 alpha(@text, 0.05), + 0 12px 30px alpha(@crust, 0.45); padding: 28px; }