From d55a63b07c29bbe21ba156c03e923f7580ee6960 Mon Sep 17 00:00:00 2001 From: Johannes Braun <29555657+joBr99@users.noreply.github.com> Date: Sun, 22 Feb 2026 01:08:16 +0100 Subject: [PATCH] fix css --- docs-standalone/docs/_assets/user.css | 10 +++++----- docs/_assets/user.css | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs-standalone/docs/_assets/user.css b/docs-standalone/docs/_assets/user.css index 1106a6e9..18a03f81 100644 --- a/docs-standalone/docs/_assets/user.css +++ b/docs-standalone/docs/_assets/user.css @@ -10,13 +10,13 @@ display: none; } -/*.md-header,*/ .md-footer { +/*.md-header,*/ .md-footer, +.md-footer-meta { background-color: #333333; } -.md-footer__inner.md-grid { - display: none; -} +/* Zensical keeps footer content in the inner/meta containers. + Don't hide footer structure, only style it. */ .md-sidebar { padding-top: 0px; @@ -77,4 +77,4 @@ ol li::marker { font-weight: bold; -} \ No newline at end of file +} diff --git a/docs/_assets/user.css b/docs/_assets/user.css index 1106a6e9..18a03f81 100644 --- a/docs/_assets/user.css +++ b/docs/_assets/user.css @@ -10,13 +10,13 @@ display: none; } -/*.md-header,*/ .md-footer { +/*.md-header,*/ .md-footer, +.md-footer-meta { background-color: #333333; } -.md-footer__inner.md-grid { - display: none; -} +/* Zensical keeps footer content in the inner/meta containers. + Don't hide footer structure, only style it. */ .md-sidebar { padding-top: 0px; @@ -77,4 +77,4 @@ ol li::marker { font-weight: bold; -} \ No newline at end of file +}