Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-01-06 12:25:48 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -7,10 +7,10 @@
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #000000e6;;
--primary-cta: #1a1a1a;;
--primary-cta: #32cd32;;
--secondary-cta: #ffffff;;
--accent: #bebebe;;
--background-accent: #c4c4c4;;
--accent: #ffff00;;
--background-accent: #ffffcc;;
/* 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 NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';