Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e7f3c5227 |
@@ -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);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
|
||||
Reference in New Issue
Block a user