style: Keyfarbe #051e23 + Pfandlogo einbauen
- Tailwind brand-Palette neu verankert: #051e23 = brand-900 (Keyfarbe), brand-50..950 als dunkles Teal-Spektrum (warm) - btn-primary: bg-brand-900 hover:bg-brand-800 (statt indigo) - input/badge: focus/text auf brand-700/900 - public/pfandlogo.jpg eingebaut als: - Favicon + Apple-Touch-Icon - Login (zentral, statt P-Box) - TopNav-Header (statt P-Box) - SuperAdmin-Header (statt P-Box) - index.html theme-color #051e23 - manifest.json theme_color #051e23 + Logo als zusaetzliches Icon
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/jpeg" href="/pfandlogo.jpg" />
|
||||
<link rel="apple-touch-icon" href="/pfandlogo.jpg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<meta name="theme-color" content="#4338ca" />
|
||||
<meta name="theme-color" content="#051e23" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<link rel="preconnect" href="https://rsms.me/">
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
||||
|
||||
Reference in New Issue
Block a user