Update src/app/globals.css

This commit is contained in:
2026-01-21 20:27:12 +00:00
parent d1fd7fb43e
commit 6d4b787b3c

View File

@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f514c;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;; */
/* --background: #0f0a1a;;
--card: #1a1f3a;;
--foreground: #e6d7f0;;
--primary-cta: #9d5cf6;;
--secondary-cta: #2a1f4a;;
--accent: #d4a9ff;;
--background-accent: #7e52d6;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f514c;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;;
--background: #0f0a1a;;
--card: #1a1f3a;;
--foreground: #e6d7f0;;
--primary-cta: #9d5cf6;;
--secondary-cta: #2a1f4a;;
--accent: #d4a9ff;;
--background-accent: #7e52d6;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -509,7 +509,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-public-sans), sans-serif;
font-family: var(--font-space-grotesk), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -522,5 +522,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-public-sans), sans-serif;
font-family: var(--font-space-grotesk), sans-serif;
}