diff options
| author | Josh <[email protected]> | 2020-05-29 16:57:00 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-29 02:57:00 -0400 |
| commit | 24c9e7b5fc5a6d0c9aa6ba78e756948201c906b0 (patch) | |
| tree | 90b6c6aae19a0bf0ca6ab0b5275a8389f56c45ef /docs/index.rst | |
| parent | Proper padding for the copy button (diff) | |
| download | discord.py-24c9e7b5fc5a6d0c9aa6ba78e756948201c906b0.tar.xz discord.py-24c9e7b5fc5a6d0c9aa6ba78e756948201c906b0.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 99868756..c2546f46 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. |