From d2b753eab637ac7bb1d2a1ddaba0fc564d80e4d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:16:58 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..b8027d0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; + --background: #8960ca; + --card: #d0bd51; --foreground: #000612e6; - --primary-cta: #15479c; - --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --primary-cta: #e82e2e; + --primary-cta-text: #d35050; + --secondary-cta: #5deaee; --secondary-cta-text: #000612e6; --accent: #e2e2e2; --background-accent: #c4c4c4; -- 2.49.1