bilhej/frontend/public/favicon.svg
Joakim Mörling 00327674ed refactor: add design system with CSS tokens, utilities, and app shell
- Add design tokens (colors, spacing, radius, shadows, typography, transitions)
- Add global reset, body/link/focus/typography base styles
- Add utility classes (container, surface-card, btn variants, field, badge, message, divider)
- Replace header ✉ symbol with inline SVG envelope icon
- Update favicon to license-plate shaped mark with blue gradient and bold B
- Rename brand from BilHälsning to Bilhej in header, footer, and HTML title
- Rewrite footer tagline: focus on service, not privacy
- Add theme-color meta tag for browser chrome
2026-05-16 16:09:35 +02:00

24 lines
No EOL
990 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48">
<defs>
<linearGradient id="plateBg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#2563eb"/>
<stop offset="100%" stop-color="#1e3a8a"/>
</linearGradient>
</defs>
<!-- Plate shadow -->
<rect x="3" y="16" width="42" height="18" rx="3" fill="rgba(0,0,0,0.15)"/>
<!-- Plate body -->
<rect x="2" y="15" width="44" height="18" rx="3" fill="url(#plateBg)"/>
<!-- Plate rim / border -->
<rect x="2" y="15" width="44" height="18" rx="3" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="1.5"/>
<!-- Bolt holes -->
<circle cx="8" cy="24" r="1.5" fill="rgba(255,255,255,0.6)"/>
<circle cx="40" cy="24" r="1.5" fill="rgba(255,255,255,0.6)"/>
<!-- Bold B -->
<text x="24" y="29" text-anchor="middle" font-family="system-ui, -apple-system, 'Segoe UI', sans-serif" font-size="16" font-weight="900" fill="#ffffff" letter-spacing="-0.5">B</text>
</svg>