From f69eaebb4c5a1faf96fdc4f1e79962477ce81508 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 26 May 2026 17:31:25 +0000 Subject: [PATCH] Changed website background to a lighter gray theme --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 43b4015..7046f92 100644 --- a/src/index.css +++ b/src/index.css @@ -5,9 +5,9 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; + --background: #f0f0f0; + --card: #e0e0e0; + --foreground: #333333; --primary-cta: #ffdf7d; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; -- 2.49.1