Design: neutrale Grau-Hintergründe, Kapitelliste volle Höhe

- Hintergrundfarben auf neutrales Dunkelgrau geändert (#111111/#1a1a1a/#222222)
- Nur Akzentfarbe (#1ed760) und Buttons/aktive States bleiben grün
- ChapterList: max-h-64 entfernt, nutzt jetzt volle Seitenhöhe

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Audiolib
2026-05-26 17:18:34 +02:00
parent 9272bfec5a
commit a9a9a35efb
3 changed files with 13 additions and 13 deletions

View File

@@ -3,16 +3,16 @@
@tailwind utilities;
body {
background: #0a0d0b;
color: #e4ede5;
background: #111111;
color: #e8e8e8;
font-family: 'Inter', sans-serif;
font-size: 14px;
}
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #2e3f30; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #3d5440; }
::-webkit-scrollbar-thumb { background: #333333; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #444444; }
input[type=range] {
-webkit-appearance: none;