2 Commits

Author SHA1 Message Date
09159ae46a Update theme colors 2026-03-06 04:01:43 +00:00
8875b602cb Update theme colors 2026-03-06 04:01:21 +00:00
3 changed files with 12 additions and 13 deletions

View File

@@ -3,8 +3,7 @@ import "./styles/variables.css";
import "./globals.css"; import "./globals.css";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Jabu Events - Event Management in Bangkok", description: "Professional event organization services in Bangkok and Southeast Asia" title: "Jabu Events - Event Management in Bangkok", description: "Professional event organization services in Bangkok and Southeast Asia"};
};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #0a0a0a;
--card: #f9f9f9; --card: #1a1a1a;
--foreground: #120006e6; --foreground: #f8f5ffe6;
--primary-cta: #e63946; --primary-cta: #70256d;
--primary-cta-text: #ffffff; --primary-cta-text: #FFFFFf;
--secondary-cta: #f9f9f9; --secondary-cta: #1a1a1a;
--secondary-cta-text: #120006e6; --secondary-cta-text: #FFFFFf;
--accent: #e2e2e2; --accent: #737373;
--background-accent: #c4c4c4; --background-accent: #737373;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);