From 2c80c62dc76e791e56e41e57fd4184fb3ccad910 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:53:10 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.css b/src/index.css index 4306106..0fdb710 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayBlueAccent */ --background: #ffffff; --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #ebeff5; + --foreground: #000f06e6; + --primary-cta: #0a7039; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; - --secondary-cta-text: #000612e6; + --secondary-cta-text: #000f06e6; --accent: #e2e2e2; - --background-accent: #106EFB; + --background-accent: #c4c4c4; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1