diff options
Diffstat (limited to 'docs/_static')
| -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 { |