From 79e73e7ba1052606704daab6dd11a5ab7b73fa11 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Feb 2026 20:52:34 +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 bddff9f..cb1ea6a 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: #f5f4ef;; - --card: #dad6cd;; - --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: #f5f4ef;; - --card: #dad6cd;; - --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;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1