Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3dd273e82 | |||
| 7792520a00 | |||
| 6da3398d7a | |||
| 42280aa769 |
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5faff;;
|
/* --background: #060000;;
|
||||||
--card: #f1f8ff;;
|
--card: #1d0d0d;;
|
||||||
--foreground: #001122;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #15479c;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #a8cce8;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #7ba3cf;; */
|
--background-accent: #b8111f;; */
|
||||||
|
|
||||||
--background: #f5faff;;
|
--background: #060000;;
|
||||||
--card: #f1f8ff;;
|
--card: #1d0d0d;;
|
||||||
--foreground: #001122;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #15479c;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #a8cce8;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #7ba3cf;;
|
--background-accent: #b8111f;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1258,4 +1258,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ export default function SteakhousePage() {
|
|||||||
text: "View Menu", href: "menu"
|
text: "View Menu", href: "menu"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/young-waitress-setting-table_23-2147830607.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/well-fried-piece-steak-tomatoes-wooden-board_140725-7480.jpg?id=7536216"
|
||||||
imageAlt="Premium steakhouse dining interior"
|
imageAlt="Premium steakhouse dining interior"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
logoLineHeight={1.1}
|
logoLineHeight={1.1}
|
||||||
@@ -250,4 +250,4 @@ export default function SteakhousePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user