From b9f795ad290b282d6ee5d6fc7a63cb55c54b7f6c Mon Sep 17 00:00:00 2001 From: Smyile <84925446+xsmyile@users.noreply.github.com> Date: Wed, 23 Sep 2026 21:44:57 +0200 Subject: [PATCH] fix(ui): drop the flare and rebalance the rusted patina --- ui/src/index.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/ui/src/index.css b/ui/src/index.css index 13bfadd..4f736b5 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -112,15 +112,13 @@ .rusted { --rust-surface: var(--color-white); - --rust-oxide-opacity: 0.32; - --rust-flare: oklch(70% 0.15 55 / 0.14); + --rust-oxide-opacity: 0.7; background-color: var(--rust-surface); } .rusted.dark { --rust-surface: var(--color-zinc-950); - --rust-oxide-opacity: 0.5; - --rust-flare: oklch(70% 0.15 55 / 0.22); + --rust-oxide-opacity: 0.3; } .rusted .app-shell { @@ -130,12 +128,7 @@ } .rusted .mesh-glow { - height: 100%; - background: radial-gradient( - ellipse calc(min(72rem, 140vw) * 0.7071) 36.77rem at 50% 4rem, - var(--rust-flare) 0%, - transparent 68% - ); + display: none; } .rusted::after {