diff options
| -rw-r--r-- | docs/_static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 9afc6f31..ccbb6af9 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; + } } |