Frontend: roher Oldschool-Look, CSS auf 6 Zeilen

- 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>
This commit is contained in:
2026-06-02 10:47:02 +02:00
parent f442138043
commit 2dcba21250
3 changed files with 9 additions and 85 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ async function loadMore() {
if (!entries.length) {
done = true;
const end = document.createElement("p");
end.className = "muted end";
end.className = "muted";
end.textContent = "YOU REACHED THE END!";
feed.appendChild(end);
} else {