Compare commits
10 Commits
version_5
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 42497229d7 | |||
| 2c9bfb461c | |||
| 59f5b88a7a | |||
| 4c03643865 | |||
| d24ea2dc75 | |||
| 77bea668f6 | |||
| f0b54eb12c | |||
| 9ff2d7bb2f | |||
| 9243180852 | |||
| b9ddddc25f |
@@ -3,20 +3,20 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #fffafa;;
|
/* --background: #fffafa;;
|
||||||
--card: #fff7f7;;
|
--card: #ff0000;;
|
||||||
--foreground: "Inter", sans-serif;;
|
--foreground: "Inter", sans-serif;;
|
||||||
--primary-cta: #007bff;;
|
--primary-cta: #800080;;
|
||||||
--secondary-cta: "Inter", sans-serif;;
|
--secondary-cta: "Inter", sans-serif;;
|
||||||
--accent: #add8e6;;
|
--accent: #90ee90;;
|
||||||
--background-accent: #6495ed;; */
|
--background-accent: #20b2aa;; */
|
||||||
|
|
||||||
--background: #fffafa;;
|
--background: #ffffff;;
|
||||||
--card: #fff7f7;;
|
--card: #ff0000;;
|
||||||
--foreground: "Inter", sans-serif;;
|
--foreground: "Inter", sans-serif;;
|
||||||
--primary-cta: #007bff;;
|
--primary-cta: #800080;;
|
||||||
--secondary-cta: "Inter", sans-serif;;
|
--secondary-cta: "Inter", sans-serif;;
|
||||||
--accent: #add8e6;;
|
--accent: #90ee90;;
|
||||||
--background-accent: #6495ed;;
|
--background-accent: #20b2aa;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -160,6 +160,11 @@ const FeatureCardTwentyFive = ({
|
|||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
<div className="mt-5">
|
||||||
|
<button className="bg-primary text-background px-4 py-2 rounded-theme transition-colors hover:bg-primary-hover">
|
||||||
|
Take a Look at Dishes
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user