3 Commits

Author SHA1 Message Date
96c077b60b Update src/app/styles/variables.css 2026-03-01 19:35:26 +00:00
21a2a65677 Update src/app/page.tsx 2026-03-01 19:35:25 +00:00
16b2fdd94d Merge version_1 into main
Merge version_1 into main
2026-03-01 19:04:17 +00:00
2 changed files with 15 additions and 15 deletions

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';

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #fffafa;;
--card: #f5f5f5;; --card: #fff7f7;;
--foreground: #000000;; --foreground: #1a0000;;
--primary-cta: #000000;; --primary-cta: #e63946;;
--secondary-cta: #f9f9f9;; --secondary-cta: #ffffff;;
--accent: #e6e6e6;; --accent: #f5c4c7;;
--background-accent: #d0d0d0;; */ --background-accent: #f09199;; */
--background: #ffffff;; --background: #fffafa;;
--card: #f5f5f5;; --card: #fff7f7;;
--foreground: #000000;; --foreground: #1a0000;;
--primary-cta: #000000;; --primary-cta: #e63946;;
--primary-cta-text: #ffffff;; --primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;; --secondary-cta: #ffffff;;
--secondary-cta-text: #000000;; --secondary-cta-text: #000000;;
--accent: #e6e6e6;; --accent: #f5c4c7;;
--background-accent: #d0d0d0;; --background-accent: #f09199;;
/* 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);