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:
@@ -7,17 +7,19 @@ export default {
|
||||
sans: ['Inter', 'system-ui', 'Segoe UI', 'Helvetica', 'Arial', 'sans-serif'],
|
||||
},
|
||||
colors: {
|
||||
// Dark Teal Brand - anchored on user keyfarbe #051e23 (= brand-900)
|
||||
brand: {
|
||||
50: '#eef2ff',
|
||||
100: '#e0e7ff',
|
||||
200: '#c7d2fe',
|
||||
300: '#a5b4fc',
|
||||
400: '#818cf8',
|
||||
500: '#6366f1',
|
||||
600: '#4f46e5',
|
||||
700: '#4338ca',
|
||||
800: '#3730a3',
|
||||
900: '#312e81',
|
||||
50: '#f1f7f8',
|
||||
100: '#dde9eb',
|
||||
200: '#b9d2d7',
|
||||
300: '#8eb3bb',
|
||||
400: '#5f8e98',
|
||||
500: '#3f6e78',
|
||||
600: '#285860',
|
||||
700: '#1a4148',
|
||||
800: '#102e34',
|
||||
900: '#051e23',
|
||||
950: '#03161a',
|
||||
}
|
||||
},
|
||||
boxShadow: {
|
||||
|
||||
Reference in New Issue
Block a user