diff options
Diffstat (limited to 'docs/_static/style.css')
| -rw-r--r-- | docs/_static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index b7d1ac29..9afc6f31 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -421,6 +421,11 @@ div#welcome-to-discord-py > h1 { display: none; } +.active { + background-color: #dbdbdb; + border-left: 5px solid #dbdbdb; +} + @media screen and (max-width: 870px) { div.document { |