Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-01-19 13:57:40 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #000000;;
/* --background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #fde047;;
--foreground: #fffffae6;;
--primary-cta: #fde047;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;; */
--accent: #fde047;;
--background-accent: #333333;; */
--background: #000000;;
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #fde047;;
--foreground: #fffffae6;;
--primary-cta: #fde047;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;;
--accent: #fde047;;
--background-accent: #333333;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1252,4 +1252,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -232,4 +232,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}