6 Commits

Author SHA1 Message Date
d98bf2215c Update src/app/styles/variables.css 2026-02-15 09:52:59 +00:00
3724897280 Update src/app/shop/page.tsx 2026-02-15 09:52:58 +00:00
4a5df482e5 Update src/app/shop/[id]/page.tsx 2026-02-15 09:52:57 +00:00
663e6fe0c3 Update src/app/page.tsx 2026-02-15 09:52:57 +00:00
5953ba62c0 Update src/app/layout.tsx 2026-02-15 09:52:56 +00:00
85d9781995 Update src/app/blog/page.tsx 2026-02-15 09:52:55 +00:00
6 changed files with 20 additions and 20 deletions

View File

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

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5faff;; /* --background: #0a0a0a;;
--card: #f1f8ff;; --card: #1a1a1a;;
--foreground: #001122;; --foreground: #fffaf5e6;;
--primary-cta: #15479c;; --primary-cta: #ffaa70;;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;;
--accent: #a8cce8;; --accent: #737373;;
--background-accent: #7ba3cf;; */ --background-accent: #737373;; */
--background: #f5faff;; --background: #0a0a0a;;
--card: #f1f8ff;; --card: #1a1a1a;;
--foreground: #001122;; --foreground: #fffaf5e6;;
--primary-cta: #15479c;; --primary-cta: #ffaa70;;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;;
--accent: #a8cce8;; --accent: #737373;;
--background-accent: #7ba3cf;; --background-accent: #737373;;
/* 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);