diff options
| author | Josh <[email protected]> | 2020-05-29 16:57:00 +1000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:51 -0500 |
| commit | e7c6643730a2293f11df4f54e30a0932cb9d48f4 (patch) | |
| tree | 3f9f592f2530f190b25bc78348d6a6b731c45185 /docs/index.rst | |
| parent | Proper padding for the copy button (diff) | |
| download | discord.py-e7c6643730a2293f11df4f54e30a0932cb9d48f4.tar.xz discord.py-e7c6643730a2293f11df4f54e30a0932cb9d48f4.zip | |
[matrix] Dark Theme
* Apply width restructions to modals and images
* Dark theme 2.0
* Add webkit scrollbar
* Use Object.keys instead of Object.entries where applicable
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 20c5d183..9a8a37f6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,8 @@ Welcome to discord.py =========================== -.. image:: /images/snake.png +.. image:: /images/snake.svg +.. image:: /images/snake_dark.svg discord.py is a modern, easy to use, feature-rich, and async ready API wrapper for Discord. |