From 8c4b1abe10e88dcb81af487f62d02ce353ef29f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 00:33:06 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8588c61..2f5e903 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #010912; - --card: #152840; + --background: #69424a; + --card: #fbffff; --foreground: #e6f0ff; --primary-cta: #cee7ff; --primary-cta-text: #010912; --secondary-cta: #0e1a29; --secondary-cta-text: #ffffff; - --accent: #3f5c79; + --accent: #493451; --background-accent: #004a93; /* text sizing - set by ThemeProvider */ -- 2.49.1