diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..07986f1 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,3 @@ + .md-nav__item--active{ + padding: 0 !important; + } \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 9e8679b..13edae2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 \ No newline at end of file + link: https://discord.gg/RWNQxAWad2 +extra_css: + - stylesheets/extra.css \ No newline at end of file