diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index df9baec..c4e86b9 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: #0a0a0a;;;; - --card: #1a1a1a;;;; - --foreground: #ffffffe6;;;; - --primary-cta: #DFFE1A;;;; - --secondary-cta: #1a1a1a;;;; - --accent: #DFFE1A;;;; - --background-accent: #0d3d2d;;;; */ + /* --background: #0a0a0a;;;;; + --card: #1a1a1a;;;;; + --foreground: #ffffffe6;;;;; + --primary-cta: #DFFE1A;;;;; + --secondary-cta: #1a1a1a;;;;; + --accent: #DFFE1A;;;;; + --background-accent: #cdd500;;;;; */ - --background: #0a0a0a;;;; - --card: #1a1a1a;;;; - --foreground: #ffffffe6;;;; - --primary-cta: #DFFE1A;;;; - --secondary-cta: #1a1a1a;;;; - --accent: #DFFE1A;;;; - --background-accent: #0d3d2d;;;; + --background: #0a0a0a;;;;; + --card: #1a1a1a;;;;; + --foreground: #ffffffe6;;;;; + --primary-cta: #DFFE1A;;;;; + --secondary-cta: #1a1a1a;;;;; + --accent: #DFFE1A;;;;; + --background-accent: #cdd500;;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);