From 7a26546539e4423942585cdf4211f5935be9ca43 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:32:30 +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 e0c1d44..9dd87c9 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: #080200;;; - --card: #1a0d0b;;; - --foreground: #ffe6d5;;; - --primary-cta: #FF7B05;;; - --secondary-cta: #170b07;;; - --accent: #7b5e4a;;; - --background-accent: #b8541e;;; */ + /* --background: #080200;;;; + --card: #1a0d0b;;;; + --foreground: #ffe6d5;;;; + --primary-cta: #106EFB;;;; + --secondary-cta: #170b07;;;; + --accent: #7b5e4a;;;; + --background-accent: #b8541e;;;; */ - --background: #080200;;; - --card: #1a0d0b;;; - --foreground: #ffe6d5;;; - --primary-cta: #FF7B05;;; - --secondary-cta: #170b07;;; - --accent: #7b5e4a;;; - --background-accent: #b8541e;;; + --background: #080200;;;; + --card: #1a0d0b;;;; + --foreground: #ffe6d5;;;; + --primary-cta: #106EFB;;;; + --secondary-cta: #170b07;;;; + --accent: #7b5e4a;;;; + --background-accent: #b8541e;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1