diff --git a/src/index.css b/src/index.css index 65f57e4..5cebbee 100644 --- a/src/index.css +++ b/src/index.css @@ -6,15 +6,15 @@ :root { /* @colorThemes/lightTheme/roseMauve */ - --background: #030128; - --card: #241f48; + --background: #000000; + --card: #481f1f; --foreground: #ffffff; --primary-cta: #ffffff; - --primary-cta-text: #030128; - --secondary-cta: #131136; - --secondary-cta-text: #d5d4f6; - --accent: #44358a; - --background-accent: #b597fe; + --primary-cta-text: #280101; + --secondary-cta: #361311; + --secondary-cta-text: #f6d4d4; + --accent: #51000b; + --background-accent: #ff2231; /* @layout/border-radius/soft */ --radius: 1.5rem;