From 41c4e7dbe7199918151cc35caeafcb6d3ed238fb Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 18:56:21 +0000 Subject: [PATCH] Bob AI: Updated theme to a sophisticated dark palette with gold acce --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 78f3642..df3f256 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fffafa; - --card: #ffffff; - --foreground: #1a0000; - --primary-cta: #e63946; - --primary-cta-text: #fffafa; - --secondary-cta: #ffffff; - --secondary-cta-text: #1a0000; - --accent: #f5c4c7; - --background-accent: #f09199; + --background: #0a0a0a; + --card: #141414; + --foreground: #f5f5f5; + --primary-cta: #d4af37; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1f1f1f; + --secondary-cta-text: #f5f5f5; + --accent: #a3a3a3; + --background-accent: #141414; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1