update styles.css

This commit is contained in:
2026-02-27 21:48:45 +01:00
parent 0b75c755c4
commit 38ef2a1f1a
@@ -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;
}