Update src/app/styles/variables.css
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #0f0a05;
|
||||
--card: #1a1410;
|
||||
--foreground: #f5ede4;
|
||||
--primary-cta: #d4af37;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #cc0000;
|
||||
--primary-cta-text: #0f0a05;
|
||||
--secondary-cta: #2a1f15;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #f5ede4;
|
||||
--accent: #8b6f47;
|
||||
--background-accent: #3d2817;
|
||||
--accent: #000000;
|
||||
--background-accent: #f0f0f0;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user