chore(footer): CSS-Hide-Hack fürs Copyright entfernt (CMS-Cleanup)
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user