From 01fe03e1ab9ef2701db71e1b6230a8f74a905c3f Mon Sep 17 00:00:00 2001 From: copyrighttxt <183881018+copyrighttxt@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:09:26 -0400 Subject: [PATCH] Uh --- app/static/css/header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index 58dda88..b6241e6 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -1,11 +1,11 @@ :root { --sidebar-width: 250px; --navbar-height: 60px; - --primary-color: #333333; + --primary-color: #180114; --sidebar-bg: #1a1a1a; --transition-speed: 0.3s; --transition-timing: cubic-bezier(0.4, 0, 0.2, 1); - --alert-color: #f5a9b8; + --alert-color: #0e19aa; --scrollbar-color: #333333; }