diff --git a/docs/_static/style.css b/docs/_static/style.css index 9afc6f31b..ccbb6af9a 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -496,4 +496,8 @@ div#welcome-to-discord-py > h1 { color: #fff; } + .active { + background-color: transparent; + border-left: none; + } }