From a62d4fdac94e1e64ece8f0507bce8fb8ce43c7f0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:51:23 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 660ac64..7e9b051 100644 --- a/src/index.css +++ b/src/index.css @@ -7,11 +7,11 @@ /* @colorThemes/lightTheme/grayBlueAccent */ --background: #ffffff; --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; - --secondary-cta-text: #000f06e6; + --secondary-cta-text: #000612e6; --accent: #e2e2e2; --background-accent: #c4c4c4; -- 2.49.1