diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0d0b657..66af387 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #010912;; - --card: #152840;; - --foreground: #e6f0ff;; - --primary-cta: #cee7ff;; - --secondary-cta: #0e1a29;; - --accent: #3f5c79;; - --background-accent: #004a93;; */ + --card: #282c34;; + --foreground: #f0c674;; + --primary-cta: #d33682;; + --secondary-cta: #657b83;; + --accent: #b58900;; + --background-accent: #859900;; */ --background: #010912;; - --card: #152840;; - --foreground: #e6f0ff;; - --primary-cta: #cee7ff;; - --secondary-cta: #0e1a29;; - --accent: #3f5c79;; - --background-accent: #004a93;; + --card: #282c34;; + --foreground: #f0c674;; + --primary-cta: #d33682;; + --secondary-cta: #657b83;; + --accent: #b58900;; + --background-accent: #859900;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);