diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cb1ea6a..628d83f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fbe059;;; - --card: #dad6cd;;; - --foreground: #2a2928;;; - --primary-cta: #2a2928;;; - --secondary-cta: #efe7dd;;; - --accent: #ffffff;;; - --background-accent: #c6b180;;; */ + /* --background: #fbe059;;;; + --card: #ff1d7f;;;; + --foreground: #2a2928;;;; + --primary-cta: #2a2928;;;; + --secondary-cta: #efe7dd;;;; + --accent: #ffffff;;;; + --background-accent: #c6b180;;;; */ - --background: #fbe059;;; - --card: #dad6cd;;; - --foreground: #2a2928;;; - --primary-cta: #2a2928;;; - --secondary-cta: #efe7dd;;; - --accent: #ffffff;;; - --background-accent: #c6b180;;; + --background: #fbe059;;;; + --card: #ff1d7f;;;; + --foreground: #2a2928;;;; + --primary-cta: #2a2928;;;; + --secondary-cta: #efe7dd;;;; + --accent: #ffffff;;;; + --background-accent: #c6b180;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);