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:
defiQUG
2026-05-26 18:14:43 -07:00
co-authored by Cursor
parent 101fdb90e2
commit f5d305bfcb
35 changed files with 490 additions and 335 deletions
+2 -2
View File
@@ -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;
}