Compare commits
12 Commits
version_11
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 263e4bf980 | |||
| 518c3e78a0 | |||
| 48a3a5798a | |||
| a9c23f9729 | |||
| 4f64859590 | |||
| b61aa0805e | |||
| 5e5a10f15c | |||
| 2f0dae9052 | |||
| c7864a513e | |||
| d02332bb3c | |||
| 646cbd2bd7 | |||
| d3aa33eb46 |
@@ -104,8 +104,7 @@ export default function SitePage() {
|
||||
]}
|
||||
stepsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View All Categories", href: "#gallery" }]
|
||||
}
|
||||
buttons={[{ text: "View All Categories", href: "#gallery" }]}
|
||||
tag="Curated Selection"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #ffffff;;
|
||||
--card: #fefefe;;
|
||||
--foreground: #222222;;
|
||||
--primary-cta: #e63946;;
|
||||
--secondary-cta: #4caf50;;
|
||||
--accent: #f5c4c7;;
|
||||
--background-accent: #e0f4e6;; */
|
||||
/* --background: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #fffffae6;;
|
||||
--primary-cta: #fde047;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #737373;;
|
||||
--background-accent: #737373;; */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #fefefe;;
|
||||
--foreground: #222222;;
|
||||
--primary-cta: #e63946;;
|
||||
--primary-cta-text: #ffffff;;
|
||||
--secondary-cta: #4caf50;;
|
||||
--secondary-cta-text: #120a00e6;;
|
||||
--accent: #f5c4c7;;
|
||||
--background-accent: #e0f4e6;;
|
||||
--background: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #fffffae6;;
|
||||
--primary-cta: #fde047;;
|
||||
--primary-cta-text: #0a0a0a;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--secondary-cta-text: #fffffae6;;
|
||||
--accent: #737373;;
|
||||
--background-accent: #737373;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user