From ccb6bbe466705a58352fc44336f108760da1c1c5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:59:43 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d45b6e6..03ccb5c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; + --background: #001030; + --card: #0a1f4d; + --foreground: #e6f0ff; + --primary-cta: #1f7cff; --primary-cta-text: #fcf6ec; - --secondary-cta: #ffffff; + --secondary-cta: #010101; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #4da6ff; + --background-accent: #106efb; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1