From 3341c7a778b6e906a677e9e93e669ea9a09c2825 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 21:10:08 +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 e0bdbf2..47bbc8e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,11 +12,11 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #fffaf5e6; - --primary-cta: #ffaa70; + --foreground: #f0f8ffe6; + --primary-cta: #cee7ff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #fffaf5e6; + --secondary-cta-text: #f0f8ffe6; --accent: #737373; --background-accent: #737373;