3 Commits

Author SHA1 Message Date
1980488bd8 Update src/app/styles/variables.css 2026-06-06 08:30:51 +00:00
1e2dcc8a97 Update src/app/styles/base.css 2026-06-06 08:30:51 +00:00
ab470a7460 Merge version_1 into main
Merge version_1 into main
2026-06-06 08:28:15 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-font-family: var(--font-public-sans), sans-serif;), sans-serif; font-family: var(--font-inter), sans-serif;), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-font-family: var(--font-public-sans), sans-serif;), sans-serif; font-family: var(--font-libre-baskerville), serif;), sans-serif;
} }

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #000000;
--card: #1a2a1a; --card: #0c0c0c;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #ffffff; --primary-cta: #cee7ff;
--primary-cta-text: #0a150a; --primary-cta-text: #0a0a0a;
--secondary-cta: #0d1a0d; --secondary-cta: #000000;
--secondary-cta-text: #e1f6e1; --secondary-cta-text: #ffffff;
--accent: #2d4a2d; --accent: #535353;
--background-accent: #c1e1c1; --background-accent: #CEE7FF;
/* 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);