From 75a0c249a6d5ba65565c23df85394303e6fb90ff Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 23 May 2026 21:36:25 +0000 Subject: [PATCH] Apply gold color theme to the site --- src/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index 6802004..959dde3 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/blueWhite */ - --background: #ffffff; - --card: #f0f4f8; + --background: #fdfaf6; + --card: #fdfaf6; --foreground: #333333; - --primary-cta: #4a90e2; + --primary-cta: #b8860b; /* DarkGoldenrod */ --primary-cta-text: #ffffff; - --secondary-cta: #e0e0e0; + --secondary-cta: #e6d8ad; /* Light gold */ --secondary-cta-text: #333333; - --accent: #1e62b3; - --background-accent: #d6e6f2; + --accent: #daa520; /* Goldenrod */ + --background-accent: #fff8dc; /* Cornsilk */ /* @layout/border-radius/rounded */ --radius: 0.5rem;