2 Commits

Author SHA1 Message Date
63120fdb41 Remove watermark 2026-04-02 16:39:50 +00:00
kudinDmitriyUp
7642b8db5c Bob AI: Change the entire website theme to dark purple by updating g 2026-03-26 12:21:23 +00:00
2 changed files with 10 additions and 11 deletions

View File

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

View File

@@ -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);