Move logo down and recolor theme
Adjusted HeroSection logo position by adding top margin; updated site-wide color tokens to match the logo red across primary, accent, and ring values for a consistent reddish hue. X-Lovable-Edit-ID: edt-b19b7e46-1428-43f8-81c1-1d3452bfaed2
This commit is contained in:
@@ -10,7 +10,7 @@ const HeroSection = () => {
|
|||||||
<img
|
<img
|
||||||
src={logoImage}
|
src={logoImage}
|
||||||
alt="Lennart Svensson Konditorivaror"
|
alt="Lennart Svensson Konditorivaror"
|
||||||
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-8"
|
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-8 mt-8"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p className="text-muted-foreground text-lg mb-8">
|
<p className="text-muted-foreground text-lg mb-8">
|
||||||
|
|||||||
+3
-3
@@ -17,7 +17,7 @@
|
|||||||
--popover: 40 30% 94%;
|
--popover: 40 30% 94%;
|
||||||
--popover-foreground: 25 30% 12%;
|
--popover-foreground: 25 30% 12%;
|
||||||
|
|
||||||
--primary: 25 65% 35%;
|
--primary: 4 70% 45%;
|
||||||
--primary-foreground: 40 30% 96%;
|
--primary-foreground: 40 30% 96%;
|
||||||
|
|
||||||
--secondary: 35 20% 88%;
|
--secondary: 35 20% 88%;
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
--muted: 35 15% 85%;
|
--muted: 35 15% 85%;
|
||||||
--muted-foreground: 25 15% 45%;
|
--muted-foreground: 25 15% 45%;
|
||||||
|
|
||||||
--accent: 18 70% 45%;
|
--accent: 4 70% 45%;
|
||||||
--accent-foreground: 40 30% 96%;
|
--accent-foreground: 40 30% 96%;
|
||||||
|
|
||||||
--destructive: 0 84.2% 60.2%;
|
--destructive: 0 84.2% 60.2%;
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
--border: 30 20% 80%;
|
--border: 30 20% 80%;
|
||||||
--input: 30 20% 80%;
|
--input: 30 20% 80%;
|
||||||
--ring: 25 65% 35%;
|
--ring: 4 70% 45%;
|
||||||
|
|
||||||
--radius: 0.25rem;
|
--radius: 0.25rem;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user