From c71dd3f22310218c46e98625f9a4e2d0f8a3dcc2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:08:13 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 19f4137..47bbc8e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,11 +12,11 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --foreground: #f0f8ffe6; + --primary-cta: #cee7ff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffffe6; + --secondary-cta-text: #f0f8ffe6; --accent: #737373; --background-accent: #737373;