Update src/app/styles/variables.css
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #FF7B05;
|
||||
--background: hsl(0, 0%, 100%);
|
||||
--card: hsl(0, 0%, 100%);
|
||||
--foreground: hsl(222.2, 84%, 4.9%);
|
||||
--primary-cta: hsl(214.5, 30.5%, 49.6%);
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: hsl(222.2, 47.4%, 11.2%);
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #FF7B05;
|
||||
--accent: hsl(214.5, 30.5%, 49.6%);
|
||||
--background-accent: hsl(210, 40%, 96.1%);
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user