6 Commits

Author SHA1 Message Date
20be61cf66 Merge version_3 into main
Merge version_3 into main
2026-04-05 23:47:08 +00:00
bef8be1c67 Remove watermark 2026-04-05 23:47:05 +00:00
2cff2560cf Merge version_3 into main
Merge version_3 into main
2026-03-06 12:15:05 +00:00
1a05b19c15 Update src/app/styles/variables.css 2026-03-06 12:15:01 +00:00
1e10db3995 Update src/app/layout.tsx 2026-03-06 12:15:01 +00:00
d0a42beb33 Merge version_2 into main
Merge version_2 into main
2026-03-06 12:11:59 +00:00
2 changed files with 9 additions and 8 deletions

View File

@@ -7,7 +7,8 @@ import "./styles/base.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Chess Club", description: "A vibrant chess community for players of all skill levels"}; title: "Chess Club", description: "A vibrant chess community for players of all skill levels"
};
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: #000000; --background: #f5f5f5;
--card: #1a2f1d; --card: #ffffff;
--foreground: #ffffff; --foreground: #1c1c1c;
--primary-cta: #ffffff; --primary-cta: #1c7c31;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #0d200f; --secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #1a3d1f; --accent: #159c49;
--background-accent: #355e3b; --background-accent: #a8e8ba;
/* 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);