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:
@@ -5,15 +5,15 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
background: '#0a0d0b',
|
||||
surface: '#111511',
|
||||
card: '#161d17',
|
||||
divider: '#1e2a1f',
|
||||
background: '#111111',
|
||||
surface: '#1a1a1a',
|
||||
card: '#222222',
|
||||
divider: '#303030',
|
||||
primary: '#1ed760',
|
||||
'primary-dim': '#155a2a',
|
||||
ink: '#e4ede5',
|
||||
muted: '#6a8c6d',
|
||||
muted2: '#2e3f30',
|
||||
'primary-dim': '#1a3d28',
|
||||
ink: '#e8e8e8',
|
||||
muted: '#888888',
|
||||
muted2: '#333333',
|
||||
c1: '#1a2e1c',
|
||||
c2: '#1c1a2e',
|
||||
c3: '#2e1a1a',
|
||||
|
||||
Reference in New Issue
Block a user