2dcba21250
- Dark-Theme, Farbvariablen, Border-Radius, custom Form-Controls und Layout-Zentrierung entfernt -> natives Browser-Default-Rendering - nur noch: 1px-Rahmen um Beitraege (eckig), graue Nebentexte, rote Fehler, fett fuer gewaehlte Stimme - Textarea-Hoehe via rows-Attribut, <details> nativ (Danger-Klasse weg) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
220 B
CSS
7 lines
220 B
CSS
.card { border: 1px solid; padding: 0.5em; margin-bottom: 1em; }
|
|
.card img { max-width: 100%; }
|
|
.content { overflow-wrap: break-word; }
|
|
.muted { color: gray; }
|
|
.ghost.selected { font-weight: bold; }
|
|
.msg { color: red; }
|