diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e29d6c2..7b10d34 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,13 +10,13 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #2e3440; - --card: #4c566a; - --foreground: #d8dee9; - --primary-cta: #d8dee9; - --secondary-cta: #4c566a; - --accent: #88c0d0; - --background-accent: #88c0d0; + --background: #f5c2c2; + --card: #f08080; + --foreground: #ff1493; + --primary-cta: #ff1493; + --secondary-cta: #f08080; + --accent: #ffc0cb; + --background-accent: #ffc0cb; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);