From f3062a42490e99fab2419b2ccb86da57855aefa5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 21:06:29 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 59f186a..ad6364b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0A0A0A; - --card: #1A1A1A; - --foreground: #F0F0F0; - --primary-cta: #DC2626; - --primary-cta-text: #FFFFFF; - --secondary-cta: #2C2C2C; - --secondary-cta-text: #F0F0F0; - --accent: #EF4444; - --background-accent: #1A1A1A; + --background: #fbfaff; + --card: #ffffff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; + --primary-cta-text: #fbfaff; + --secondary-cta: #ffffff; + --secondary-cta-text: #0f0022; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1