Update src/app/styles/variables.css

This commit is contained in:
2026-03-03 13:45:09 +00:00
parent 3f268aee9a
commit 3cc758e851

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #000000;;
--card: #1a2a1a;;
--foreground: #ffffff;;
--primary-cta: #ffffff;;
--secondary-cta: #0d1a0d;;
--accent: #2d4a2d;;
--background-accent: #c1e1c1;; */
--card: #0F1113;;
--foreground: #EDE7DF;;
--primary-cta: #4A6BB8;;
--secondary-cta: #0F1113;;
--accent: #4A6BB8;;
--background-accent: #0F1113;; */
--background: #000000;;
--card: #1a2a1a;;
--foreground: #ffffff;;
--primary-cta: #ffffff;;
--card: #0F1113;;
--foreground: #EDE7DF;;
--primary-cta: #4A6BB8;;
--primary-cta-text: #0a150a;;
--secondary-cta: #0d1a0d;;
--secondary-cta: #0F1113;;
--secondary-cta-text: #e1f6e1;;
--accent: #2d4a2d;;
--background-accent: #c1e1c1;;
--accent: #4A6BB8;;
--background-accent: #0F1113;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);