From e985bd092d61ba906e702dfe462ac96030153a6c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 11:26:24 +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 22b4510..0f3f900 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000802; - --card: #0b1a0b; - --foreground: #e6ffe6; - --primary-cta: #80da9b; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --primary-cta-text: #0a0a0a; - --secondary-cta: #07170b; + --secondary-cta: #ffffff; --secondary-cta-text: #e0e0e0; - --accent: #38714a; - --background-accent: #2c6541; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);