1 Commits

Author SHA1 Message Date
7e7f3c5227 Update src/app/globals.css 2025-12-24 16:00:32 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f5f8ff;
--card: #ebf0ff;
--foreground: #292d40;
--primary-cta: #90a8e8;
--secondary-cta: #ffffff;
--accent: #ccd5f5;
--background-accent: #b8c4f0;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffffae6;
--primary-cta: #fde047;
--secondary-cta: #1a1a1a;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';