6 Commits

Author SHA1 Message Date
94675eefb5 Update src/app/globals.css 2026-01-19 14:18:19 +00:00
2f26634644 Update src/app/globals.css 2026-01-19 14:11:52 +00:00
e8dee34bcf Update src/app/globals.css 2026-01-19 14:03:57 +00:00
5a1a001865 Update src/app/page.tsx 2026-01-19 13:57:35 +00:00
d43cb3971b Update src/app/layout.tsx 2026-01-19 13:57:34 +00:00
adf638a219 Update src/app/globals.css 2026-01-19 13:57:33 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -6,19 +6,19 @@
/* --background: #000000;; /* --background: #000000;;
--card: #1a1a1a;; --card: #1a1a1a;;
--foreground: #fde047;; --foreground: #ffeb3b;;
--primary-cta: #fde047;; --primary-cta: #ffd700;;
--secondary-cta: #1a1a1a;; --secondary-cta: #1a1a1a;;
--accent: #737373;; --accent: #ffc700;;
--background-accent: #737373;; */ --background-accent: #ffeb3b;; */
--background: #000000;; --background: #000000;;
--card: #1a1a1a;; --card: #1a1a1a;;
--foreground: #fde047;; --foreground: #ffeb3b;;
--primary-cta: #fde047;; --primary-cta: #ffd700;;
--secondary-cta: #1a1a1a;; --secondary-cta: #1a1a1a;;
--accent: #737373;; --accent: #ffc700;;
--background-accent: #737373;; --background-accent: #ffeb3b;;
/* 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);

View File

@@ -1252,4 +1252,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -232,4 +232,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }