From 4d543101c3295f2c72aee15df1472d53df40b93a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 23:06:16 +0000 Subject: [PATCH] Update theme colors --- 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 e803843..7501f6e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; + --background: #f5faff; --card: #ffffff; - --foreground: #001a0a; - --primary-cta: #0a705f; - --primary-cta-text: #fafffb; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; --secondary-cta: #ffffff; - --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbfb8; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);