Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f60a251e3f | |||
| 50cfb99fe2 | |||
| 20d67a634e | |||
| 80632b2d8e | |||
| 6d35ca1cbf | |||
| bcd75876bf | |||
| b6624129a1 | |||
| e8d4eb6534 | |||
| e4b589e92a |
@@ -5,12 +5,12 @@
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #fafafa;;
|
||||
--foreground: #000000;;
|
||||
--primary-cta: #0066ff;;
|
||||
--card: #fcfcfc;;
|
||||
--foreground: #000000e6;;
|
||||
--primary-cta: #ff8c42;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #e5e5e5;;
|
||||
--background-accent: #f5f5f5;;
|
||||
--accent: #ffff00;;
|
||||
--background-accent: #ffffcc;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1264,4 +1264,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -272,4 +272,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user