Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d9d01cb31 | |||
| 63120fdb41 | |||
| 812f7ba336 | |||
|
|
7642b8db5c |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Figtree } from "next/font/google";
|
||||
|
||||
@@ -37,7 +36,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${figtree.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #facc15;
|
||||
--primary-cta-text: #1a1a1a;
|
||||
--secondary-cta: #e5e7eb;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #fde047;
|
||||
--background-accent: #e5e7eb;
|
||||
--background: #231942;
|
||||
--card: #30245C;
|
||||
--foreground: #E0D6FF;
|
||||
--primary-cta: #9F7AEA;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #4A3F7A;
|
||||
--secondary-cta-text: #E0D6FF;
|
||||
--accent: #BE9EEE;
|
||||
--background-accent: #30245C;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user