From 1a936fa02963cd4ebf9c1ac791739eb4d0d11fde Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:48:01 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a314bc1..fff9d78 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; + --background: #a50000; + --card: #edcf0e; --foreground: #001122; - --primary-cta: #15479c; + --primary-cta: #9c1414; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; --accent: #a8cce8; - --background-accent: #7ba3cf; + --background-accent: #bb1e1e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1