diff options
| author | Josh <[email protected]> | 2020-08-29 17:57:17 +1000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:56 -0500 |
| commit | ffdddb0fe52dde0be139c2b6991e7a7c297210ab (patch) | |
| tree | 712c336b6f42d4e63e655c71f54a1b761e36bd25 /docs/_static/style.css | |
| parent | [matrix] collapsible sidebar headings (diff) | |
| download | discord.py-ffdddb0fe52dde0be139c2b6991e7a7c297210ab.tar.xz discord.py-ffdddb0fe52dde0be139c2b6991e7a7c297210ab.zip | |
[matrix] Set theme to system preferred by default
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 9018302d..a80d137c 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -289,6 +289,11 @@ header > nav > a:hover { margin-right: 0.5em; } +.setting h3 { + display: inline-block; + margin-left: 2em; +} + .sub-header > .settings:hover { color: var(--settings-hover); } |