From 48be37197e3eab3c29ddfbc6536e26482d1e97ff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:52:24 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fe6dedb..69a0052 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #2d0000;; */ --background: #ffffff;; - --card: #a2f287;; + --card: #d6d2a9;; --foreground: #5e0404;; --primary-cta: #f5788d;; --primary-cta-text: #ffffff;; --secondary-cta: #1a0000;; --secondary-cta-text: #e1db32;; --accent: #1f35d4;; - --background-accent: #2d0000;; + --background-accent: #692ab9;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1