Update src/app/styles/variables.css

This commit is contained in:
2026-03-03 12:28:24 +00:00
parent 05966ac14d
commit 739877cb24

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #fffefe;;
--card: #f6f7f4;;
--foreground: #080908;;
--primary-cta: #0e3a29;;
--secondary-cta: #e7eecd;;
--accent: #35c18b;;
--background-accent: #ecebe4;; */
/* --background: #ffffff;;
--card: #f0f8ff;;
--foreground: #000080;;
--primary-cta: #4169e1;;
--secondary-cta: #e6f0ff;;
--accent: #87ceeb;;
--background-accent: #add8e6;; */
--background: #fffefe;;
--card: #f6f7f4;;
--foreground: #080908;;
--primary-cta: #0e3a29;;
--background: #ffffff;;
--card: #f0f8ff;;
--foreground: #000080;;
--primary-cta: #4169e1;;
--primary-cta-text: #fffefe;;
--secondary-cta: #e7eecd;;
--secondary-cta: #e6f0ff;;
--secondary-cta-text: #080908;;
--accent: #35c18b;;
--background-accent: #ecebe4;;
--accent: #87ceeb;;
--background-accent: #add8e6;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);