diff --git a/src/index.css b/src/index.css index 4fa9235..a51603c 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/luxury */ - --background: #080000; - --card: #1e0d0d; - --foreground: #ffe6e6; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #fff5f5e6; --primary-cta: #ff7a7a; - --primary-cta-text: #080000; - --secondary-cta: #1e0909; - --secondary-cta-text: #ffe6e6; - --accent: #7b4242; - --background-accent: #65292c; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #fff5f5e6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/rounded */ --radius: 1rem;