5 Commits

Author SHA1 Message Date
22f5fdd079 Update src/app/globals.css 2025-12-31 17:47:54 +00:00
beaa9e11d3 Update src/app/globals.css 2025-12-31 17:46:10 +00:00
da675c0719 Update src/app/globals.css 2025-12-31 17:40:08 +00:00
a5b18763e2 Update src/app/page.tsx 2025-12-31 17:16:20 +00:00
9d2cad895f Update src/app/globals.css 2025-12-31 17:16:19 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fffafa;; --background: #fcfcfc;;
--card: #fff7f7;; --card: #fcfcfc;;
--foreground: #1a0000;; --foreground: #0a0018e6;;
--primary-cta: #e63946;; --primary-cta: #8b5cf6;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #f5c4c7;; --accent: #e2e2e2;;
--background-accent: #f09199;; --background-accent: #c4c4c4;;
/* 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

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';