Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a007c2e533 | |||
| a6ec050d0b | |||
| c8f0f3201d | |||
| bb23fb44d1 | |||
| 6464fba19e | |||
| 18b625796c | |||
| dbbabf8f0d | |||
| 8cb988fac6 | |||
| 9ec46cd8f9 | |||
| 4ad40d84b6 | |||
| 5e4d9ead39 | |||
| 53827ddf23 | |||
| dddc348607 | |||
| e48150bd5a | |||
| 52b86e5292 |
@@ -3,7 +3,6 @@ import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
|
||||
@@ -27,7 +26,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #1a1a1a;
|
||||
--card: #262626;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #dc2626;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #262626;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #991b1b;
|
||||
--background-accent: #7f1d1d;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user