From 47bbbc6bc2c982e858110bf9accf956b40a85cac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 07:10:18 +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 d20508a..82b5424 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F9F9F9; - --card: #FFFFFF; - --foreground: #1A1A1A; - --primary-cta: #962EFF; - --primary-cta-text: #FFFFFF; - --secondary-cta: #FFFFFF; - --secondary-cta-text: #525252; - --accent: #962EFF; - --background-accent: #F0F0F0; + --background: #f8f8f8; + --card: #ffffff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; + --primary-cta-text: #8f8f8f; + --secondary-cta: #ffffff; + --secondary-cta-text: #0f0022; + --accent: #d8cef5; + --background-accent: #3d1b7c; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1