Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8aa280809f | |||
| 928e229845 | |||
| af7529e8b0 | |||
| 81238bd64d | |||
| b1dcefaa2e | |||
| 574ed98247 | |||
| a8e96b0e29 |
@@ -171,4 +171,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -140,4 +140,4 @@ export default function ContactPage() {
|
|||||||
/>
|
/>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -143,4 +143,4 @@ export default function CulturePage() {
|
|||||||
/>
|
/>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -147,4 +147,4 @@ export default function DestinationsPage() {
|
|||||||
/>
|
/>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #fffafa;;
|
/* --background: #f7f6f7;;
|
||||||
--card: #fff7f7;;
|
--card: #ffffff;;
|
||||||
--foreground: #1a0000;;
|
--foreground: #251a0c;;
|
||||||
--primary-cta: #e63946;;
|
--primary-cta: #f4c408;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #f5c4c7;;
|
--accent: #f4ca26;;
|
||||||
--background-accent: #f09199;; */
|
--background-accent: #e8daa8;; */
|
||||||
|
|
||||||
--background: #fffafa;;
|
--background: #f7f6f7;;
|
||||||
--card: #fff7f7;;
|
--card: #ffffff;;
|
||||||
--foreground: #1a0000;;
|
--foreground: #251a0c;;
|
||||||
--primary-cta: #e63946;;
|
--primary-cta: #f4c408;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #f5c4c7;;
|
--accent: #f4ca26;;
|
||||||
--background-accent: #f09199;;
|
--background-accent: #e8daa8;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1267,4 +1267,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -204,4 +204,4 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user