Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 807dcf8830 | |||
| d0eb9ee155 | |||
| 188ae7f163 | |||
| 1e760c3f67 | |||
| 37cc947244 | |||
| d45fb81a71 | |||
| 3bac5084e2 | |||
| 7f2d8f0052 |
@@ -58,7 +58,7 @@ export default function ShopPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="PandaCoffee"
|
brandName="PandaCoffee"
|
||||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="loading-state" data-section="loading-state">
|
<div id="loading-state" data-section="loading-state">
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f6f0e9;;
|
/* --background: #060000;;
|
||||||
--card: #efe7dd;;
|
--card: #1d0d0d;;
|
||||||
--foreground: #2b180a;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #2b180a;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #efe7dd;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #94877c;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #afa094;; */
|
--background-accent: #b8111f;; */
|
||||||
|
|
||||||
--background: #f6f0e9;;
|
--background: #060000;;
|
||||||
--card: #efe7dd;;
|
--card: #1d0d0d;;
|
||||||
--foreground: #2b180a;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #2b180a;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #efe7dd;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #94877c;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #afa094;;
|
--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);
|
||||||
|
|||||||
Reference in New Issue
Block a user