From 4068d2138fdd5d659881346a03732f294a040ef2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:11:06 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 43d11ae..fcafd45 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: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #511f1f;; - --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8bea8;; */ + /* --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #e6f0ffe6;; + --primary-cta: #1f5fb8;; + --secondary-cta: #0e1a29;; + --accent: #0798ff;; + --background-accent: #004a93;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #511f1f;; - --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8bea8;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #e6f0ffe6;; + --primary-cta: #1f5fb8;; + --secondary-cta: #0e1a29;; + --accent: #0798ff;; + --background-accent: #004a93;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1