This commit is contained in:
Johannes Braun
2026-02-22 01:08:16 +01:00
parent 52a041521d
commit d55a63b07c
2 changed files with 10 additions and 10 deletions

View File

@@ -10,13 +10,13 @@
display: none; display: none;
} }
/*.md-header,*/ .md-footer { /*.md-header,*/ .md-footer,
.md-footer-meta {
background-color: #333333; background-color: #333333;
} }
.md-footer__inner.md-grid { /* Zensical keeps footer content in the inner/meta containers.
display: none; Don't hide footer structure, only style it. */
}
.md-sidebar { .md-sidebar {
padding-top: 0px; padding-top: 0px;

View File

@@ -10,13 +10,13 @@
display: none; display: none;
} }
/*.md-header,*/ .md-footer { /*.md-header,*/ .md-footer,
.md-footer-meta {
background-color: #333333; background-color: #333333;
} }
.md-footer__inner.md-grid { /* Zensical keeps footer content in the inner/meta containers.
display: none; Don't hide footer structure, only style it. */
}
.md-sidebar { .md-sidebar {
padding-top: 0px; padding-top: 0px;