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 */
--background: #ffffff;;
--card: #fafafa;;
--foreground: #000000;;
--primary-cta: #ff0000;;
--card: #fcfcfc;;
--foreground: #00120ae6;;
--primary-cta: #15ad59;;
--secondary-cta: #f9f9f9;;
--accent: #e5e5e5;;
--background-accent: #f5f5f5;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

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