Add stylesheet to restore <9.4.2 behavior

This commit is contained in:
Subnet_Masked 2023-10-23 08:39:18 -04:00
parent 2ebfd61780
commit 1681517ba5
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,3 @@
.md-nav__item--active{
padding: 0 !important;
}

View file

@ -5,7 +5,7 @@ theme:
features:
- navigation.tracking
- toc.follow
#- toc.integrate
- toc.integrate
- navigation.instant
- navigation.instant.progress
- navigation.top
@ -59,4 +59,6 @@ nav:
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/RWNQxAWad2
link: https://discord.gg/RWNQxAWad2
extra_css:
- stylesheets/extra.css