From d239c4abbd7b33656612dfbc8a0aa2bfe3fa750c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 07:26:53 +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 9e16496..ffc6688 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: #020617;; - --card: #0f172a;; - --foreground: #e2e8f0;; - --primary-cta: #c4d8f9;; - --secondary-cta: #041633;; - --accent: #2d30f3;; - --background-accent: #1d4ed8;; */ + /* --background: #fafffb;;; + --card: #f7fffa;;; + --foreground: #001a0a;;; + --primary-cta: #0a7039;;; + --secondary-cta: #ffffff;;; + --accent: #a8d9be;;; + --background-accent: #6bbf8e;;; */ - --background: #020617;; - --card: #0f172a;; - --foreground: #e2e8f0;; - --primary-cta: #c4d8f9;; - --secondary-cta: #041633;; - --accent: #2d30f3;; - --background-accent: #1d4ed8;; + --background: #fafffb;;; + --card: #f7fffa;;; + --foreground: #001a0a;;; + --primary-cta: #0a7039;;; + --secondary-cta: #ffffff;;; + --accent: #a8d9be;;; + --background-accent: #6bbf8e;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);