Fix offsets in navbar (because we don't use the rtd selector).

This commit is contained in:
Lukas Tenbrink
2025-08-02 11:16:00 +02:00
parent 57de68b65c
commit 07eaf7408f
2 changed files with 3 additions and 2 deletions

View File

@@ -1446,6 +1446,7 @@ p + .classref-constant {
/* Navigational sidebar */
.wy-nav-side {
padding-bottom: 0; !important;
background-color: var(--navbar-background-color);
}