Update src/app/styles/variables.css

This commit is contained in:
2026-02-24 09:36:28 +00:00
parent a6c066bba9
commit 0ba4fbef8b

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #fdfbf2;;
--card: #fefce8;;
--foreground: #2b2d21;;
--primary-cta: #4CAF50;;
--secondary-cta: #FFF176;;
--accent: #FFC107;;
--background-accent: #E8F5E9;; */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #e63946;;
--secondary-cta: #8b5cf6;;
--accent: #c4a8f9;;
--background-accent: #f5c4c7;; */
--background: #fdfbf2;;
--card: #fefce8;;
--foreground: #2b2d21;;
--primary-cta: #4CAF50;;
--primary-cta-text: #FFFFFF;;
--secondary-cta: #FFF176;;
--secondary-cta-text: #2b2d21;;
--accent: #FFC107;;
--background-accent: #E8F5E9;;
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #e63946;;
--primary-cta-text: #ffffff;;
--secondary-cta: #8b5cf6;;
--secondary-cta-text: #ffffff;;
--accent: #c4a8f9;;
--background-accent: #f5c4c7;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);