diff options
| author | Rapptz <[email protected]> | 2019-02-23 04:10:10 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-02-23 04:10:10 -0500 |
| commit | caf3d17d4aa3ce45435bb96ea6d99317bfef8618 (patch) | |
| tree | d8bff0494efd7ba51d011ab4b7a9d30009eeae6d /docs/_static/style.css | |
| parent | [commands] Fix up wording on HelpFormatter.get_ending_note (diff) | |
| download | discord.py-caf3d17d4aa3ce45435bb96ea6d99317bfef8618.tar.xz discord.py-caf3d17d4aa3ce45435bb96ea6d99317bfef8618.zip | |
Rework entire cog system and partially document it and extensions.
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 e9c6e282..6073b370 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -465,6 +465,11 @@ div#welcome-to-discord-py > h1 { border-left: 5px solid #dbdbdb; } +div.code-block-caption { + font-size: medium; + font-weight: bold; +} + @media screen and (max-width: 870px) { div.document { |