Skip to content

Commit 2c77d96

Browse files
rvguhaclaude
andcommitted
docs: remove white-on-white prev/next footer nav
Disable the navigation.footer feature (the prev/next 'Previous / Home' links) and hide the empty footer-meta bar. The links were rendering white text on the white footer background on every page. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent dd4ebb7 commit 2c77d96

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/stylesheets/custom.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ html[data-md-color-scheme="slate"] .md-typeset pre {
8787
margin-top: 1.5rem !important;
8888
}
8989

90-
.md-footer {
91-
border-top: 1px solid var(--md-default-fg-color--lightest) !important;
92-
background-color: var(--md-default-bg-color) !important;
90+
/* prev/next nav (navigation.footer) is disabled, and the footer carries no
91+
copyright/generator/social, so hide the otherwise-empty meta bar — it was
92+
rendering white-on-white "Previous / Home" links at the bottom of every page. */
93+
.md-footer-meta {
94+
display: none !important;
9395
}
9496

9597
/* Upcoming Cards Grid Layout */

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ theme:
1818
- content.code.copy
1919
- content.code.select
2020
- content.tooltips
21-
- navigation.footer
2221
- navigation.indexes
2322
# navigation.instant disabled: incompatible with StatiCrypt per-page
2423
# encryption (instant-loading fetches the encrypted template fragment

0 commit comments

Comments
 (0)