5 Commits

Author SHA1 Message Date
cb1a65ec97 Update theme colors 2026-03-04 06:14:42 +00:00
21bc9262fa Update theme colors 2026-03-04 06:14:17 +00:00
adf8f5c977 Update theme colors 2026-03-04 06:13:51 +00:00
336fde3e47 Update src/app/layout.tsx 2026-03-04 06:02:20 +00:00
8cda6e1ee5 Merge version_2 into main
Merge version_2 into main
2026-03-04 05:59:14 +00:00
2 changed files with 18 additions and 17 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Angels Ice Cream", description: "Homemade ice cream made with love in Stockbridge, GA"};
title: "Angels Ice Cream", description: "Homemade ice cream made with love in Stockbridge, GA"
};
export default function RootLayout({
children,

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f514c;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;; */
/* --background: #f877dc;;;;;
--card: #ffffff;;;;;
--foreground: #1c1c1c;;;;;
--primary-cta: #1f514c;;;;;
--secondary-cta: #ffffff;;;;;
--accent: #159c49;;;;;
--background-accent: #a8e8ba;;;;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f514c;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #1c1c1c;;
--accent: #159c49;;
--background-accent: #a8e8ba;;
--background: #f877dc;;;;;
--card: #ffffff;;;;;
--foreground: #1c1c1c;;;;;
--primary-cta: #1f514c;;;;;
--primary-cta-text: #f5f5f5;;;;;
--secondary-cta: #ffffff;;;;;
--secondary-cta-text: #1c1c1c;;;;;
--accent: #159c49;;;;;
--background-accent: #a8e8ba;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);