Update src/app/globals.css

This commit is contained in:
2025-12-28 20:33:46 +00:00
parent 05bae43f62
commit 828a7972ba

View File

@@ -4,9 +4,9 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #000000;;
--card: #fcfcfc;; --card: #1a1a1a;;
--foreground: #000000e6;; --foreground: #ffffff;;
--primary-cta: #1a1a1a;; --primary-cta: #1a1a1a;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #808080;; --accent: #808080;;