Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-06 12:15:05 +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"] });
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({
children,

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #1a2f1d;
--foreground: #ffffff;
--primary-cta: #ffffff;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c7c31;
--primary-cta-text: #f5f5f5;
--secondary-cta: #0d200f;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #1a3d1f;
--background-accent: #355e3b;
--accent: #159c49;
--background-accent: #a8e8ba;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);