Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49ef70a6e1 | |||
| 132206f115 | |||
| 1db63a00ba | |||
| 462f4c946a | |||
| a8039bdea1 | |||
| c230e82e06 | |||
| aacdced7b4 | |||
| 8d06a5f0e6 | |||
| c9b542290c | |||
| c2dfd561b1 | |||
| f096655402 | |||
| 4f166b5f69 | |||
| 37fcbc8f15 | |||
| d43b109107 | |||
| 81820631a3 | |||
| 621f96fe78 | |||
| ec83e4bef5 |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="El Caniche Rosa"
|
||||
brandName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #535353;
|
||||
--background-accent: #CEE7FF;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user