Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-01-12 14:14:37 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #ffffff;;
--card: #fafafa;; --card: #fcfcfc;;
--foreground: #000000;; --foreground: #00120ae6;;
--primary-cta: #ff0000;; --primary-cta: #15ad59;;
--secondary-cta: #f9f9f9;; --secondary-cta: #f9f9f9;;
--accent: #e5e5e5;; --accent: #e2e2e2;;
--background-accent: #f5f5f5;; --background-accent: #c4c4c4;;
/* 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);

View File

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

View File

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