feat(brand): official logo, forest green/gold theme, and favicon set
Wire public/logo.png into nav/footer LogoMark with responsive sizing, remap primary/secondary Tailwind scales to brand colors, and refresh CTAs, PWA manifest, and favicon assets for mim4u.org. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
+2
-2
@@ -6,12 +6,12 @@
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
border-radius: 9999px;
|
||||
background: linear-gradient(to right, #c026d3, #4f46e5);
|
||||
background: linear-gradient(to right, #1a3c34, #2d6b5c, #c5a059);
|
||||
padding: 0.75rem 1.5rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
color: white;
|
||||
box-shadow: 0 10px 15px -3px rgba(236, 72, 153, 0.25);
|
||||
box-shadow: 0 10px 15px -3px rgba(26, 60, 52, 0.28);
|
||||
transition: all 0.3s;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user