Update src/app/globals.css
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #1a1a1a;
|
--background: #fafafa;
|
||||||
--card: #2a2a2a;
|
--card: #f4f4f5;
|
||||||
--foreground: #ffffff;
|
--foreground: #27272a;
|
||||||
--primary-cta: #ff3d4a;
|
--primary-cta: #3f3f46;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #7b2d2d;
|
--accent: #facc15;
|
||||||
--background-accent: #b8111f;
|
--background-accent: #eab308;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user