chore(footer): CSS-Hide-Hack fürs Copyright entfernt (CMS-Cleanup)
Deploy / verify (push) Successful in 1m28s
Deploy / deploy (push) Successful in 1m30s

footer-main.json5 splittet jetzt row1=Newsletter / row2=Link-Listen,
Copyright-Markdown-Block komplett aus rows entfernt (Bottom-Bar rendert
Copyright/Lizenz jetzt direkt). CSS-Hack `.content-row:last-child { display:none }`
dadurch überflüssig.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-07-12 12:52:44 +02:00
parent 57f4b226f9
commit 0473b92201
-6
View File
@@ -127,12 +127,6 @@
.content-footer :global(.link-list a) {
text-decoration: none !important;
}
/* Copyright/Lizenz rendert jetzt die Bottom-Bar → die CMS-Copyright-Markdown-Zeile
(letzte content-row) ausblenden, sonst doppelt. Sauberer wäre, den Block aus
dem footer-Layout (row2Content) zu entfernen — TODO im CMS. */
.content-footer :global(.content-row:last-child) {
display: none;
}
.content-footer :global(.markdown),
.content-footer :global(.prose) {
color: var(--color-stein-200);