Compare commits
14 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 49ef70a6e1 | |||
| 132206f115 | |||
| 1db63a00ba | |||
| 462f4c946a | |||
| a8039bdea1 | |||
| c230e82e06 | |||
| aacdced7b4 | |||
| c9b542290c | |||
| f096655402 | |||
| 37fcbc8f15 | |||
| d43b109107 | |||
| 81820631a3 | |||
| 621f96fe78 | |||
| ec83e4bef5 |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contacto", id: "contact"},
|
name: "Contacto", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="El Caniche Rosa"
|
brandName=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #000000;
|
||||||
--card: #1a1a1a;
|
--card: #0c0c0c;
|
||||||
--foreground: #fffaf5e6;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #ffaa70;
|
--primary-cta: #cee7ff;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #000000;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #000000;
|
||||||
--secondary-cta-text: #fffaf5e6;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #737373;
|
--accent: #535353;
|
||||||
--background-accent: #737373;
|
--background-accent: #CEE7FF;
|
||||||
|
|
||||||
/* 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