Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-07 18:31:40 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #fff8f0;
--foreground: #2d1a0f;
--primary-cta: #d9300e;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #ffffff;
--secondary-cta: #ffd700;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #000f06e6;
--accent: #ffa500;
--background-accent: #ffe4b5;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);