From caf3d17d4aa3ce45435bb96ea6d99317bfef8618 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 23 Feb 2019 04:10:10 -0500 Subject: Rework entire cog system and partially document it and extensions. --- docs/_static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_static/style.css') 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 { -- cgit v1.2.3