7 Commits

Author SHA1 Message Date
a6ec050d0b Remove watermark 2026-03-13 12:26:14 +00:00
4ad40d84b6 Update theme colors 2026-03-12 14:38:40 +00:00
53827ddf23 Update theme colors 2026-03-12 14:34:50 +00:00
e48150bd5a Update src/app/styles/variables.css 2026-03-12 14:33:58 +00:00
52b86e5292 Merge version_2 into main
Merge version_2 into main
2026-03-12 13:51:20 +00:00
881931e2e0 Update src/app/styles/variables.css 2026-03-12 13:51:15 +00:00
3bc9034447 Merge version_1 into main
Merge version_1 into main
2026-03-12 13:43:01 +00:00
2 changed files with 10 additions and 11 deletions

View File

@@ -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={{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #6139e6;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #6139e6;
--background-accent: #b3a8e8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--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);