Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb1a65ec97 | |||
| 21bc9262fa | |||
| adf8f5c977 | |||
| 336fde3e47 | |||
| 8cda6e1ee5 |
@@ -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,
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user