From 71dbb0ed9f3f7df8ee0ce6a0a7741b51dab551f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Feb 2026 20:53:02 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cb1ea6a..628d83f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fbe059;;; - --card: #dad6cd;;; - --foreground: #2a2928;;; - --primary-cta: #2a2928;;; - --secondary-cta: #efe7dd;;; - --accent: #ffffff;;; - --background-accent: #c6b180;;; */ + /* --background: #fbe059;;;; + --card: #ff1d7f;;;; + --foreground: #2a2928;;;; + --primary-cta: #2a2928;;;; + --secondary-cta: #efe7dd;;;; + --accent: #ffffff;;;; + --background-accent: #c6b180;;;; */ - --background: #fbe059;;; - --card: #dad6cd;;; - --foreground: #2a2928;;; - --primary-cta: #2a2928;;; - --secondary-cta: #efe7dd;;; - --accent: #ffffff;;; - --background-accent: #c6b180;;; + --background: #fbe059;;;; + --card: #ff1d7f;;;; + --foreground: #2a2928;;;; + --primary-cta: #2a2928;;;; + --secondary-cta: #efe7dd;;;; + --accent: #ffffff;;;; + --background-accent: #c6b180;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1