From 960a3f7556ad35ee083874f2e5d4e6070201f9dc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:53:24 +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 69a0052..fede600 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #e2e2e2;; --background-accent: #2d0000;; */ - --background: #ffffff;; - --card: #d6d2a9;; - --foreground: #5e0404;; - --primary-cta: #f5788d;; - --primary-cta-text: #ffffff;; - --secondary-cta: #1a0000;; - --secondary-cta-text: #e1db32;; - --accent: #1f35d4;; - --background-accent: #692ab9;; + --background: #f5f5f5;; + --card: #ffffff;; + --foreground: #1c1c1c;; + --primary-cta: #1c1c1c;; + --primary-cta-text: #f5f5f5;; + --secondary-cta: #ffffff;; + --secondary-cta-text: #1c1c1c;; + --accent: #e63946;; + --background-accent: #e8bea8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1