From 981375725fca0f9daa47834ee96153b36272c158 Mon Sep 17 00:00:00 2001 From: marijo Date: Tue, 9 Jun 2026 12:42:45 +0000 Subject: [PATCH] Style update --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ff7165b..1d0d889 100644 --- a/style.css +++ b/style.css @@ -29,7 +29,7 @@ body { top: 0; z-index: 50; padding: .35rem clamp(.45rem, 2vw, 1.25rem); - background: linear-gradient(180deg, rgba(58,58,58,.62), rgba(34,34,34,.48)); + background: linear-gradient(180deg, rgba(82,82,82,.58), rgba(54,54,54,.44)); border-bottom: 1px solid var(--line); box-shadow: 0 2px 16px #0008; backdrop-filter: blur(12px);