From 8ce1d66b7e58bbf2dfa6a81284861eae48ad9a14 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 25 Jun 2026 10:50:17 +0000 Subject: [PATCH] Bob AI: Applied Luxury Minimalist theme with black and gold palette --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 70422da..1233a09 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; - --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; - --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --background: #0a0a0a; + --card: #141414; + --foreground: #f5f5f5; + --primary-cta: #d4af37; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #d4af37; + --accent: #a3a3a3; + --background-accent: #1f1f1f; /* @layout/border-radius/rounded */ --radius: 1.5rem;