From 3b12410ad0114c2f272c53980b3f15b14a6fc082 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:21:20 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 979d8da..7bc3afa 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #05080f;; - --card: #0a0f1a;; - --foreground: #e0f2ff;; - --primary-cta: #00c8ff;; - --secondary-cta: #4aa8d8;; - --accent: #00e5ff;; - --background-accent: #005f99;; */ + /* --background: #e7e9f0;;; + --card: #0a0f1a;;; + --foreground: #e0f2ff;;; + --primary-cta: #00c8ff;;; + --secondary-cta: #4aa8d8;;; + --accent: #00e5ff;;; + --background-accent: #005f99;;; */ - --background: #05080f;; - --card: #0a0f1a;; - --foreground: #e0f2ff;; - --primary-cta: #00c8ff;; - --primary-cta-text: #05080f;; - --secondary-cta: #4aa8d8;; - --secondary-cta-text: #ffffff;; - --accent: #00e5ff;; - --background-accent: #005f99;; + --background: #e7e9f0;;; + --card: #0a0f1a;;; + --foreground: #e0f2ff;;; + --primary-cta: #00c8ff;;; + --primary-cta-text: #05080f;;; + --secondary-cta: #4aa8d8;;; + --secondary-cta-text: #ffffff;;; + --accent: #00e5ff;;; + --background-accent: #005f99;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1