diff --git a/docs/_static/style.css b/docs/_static/style.css index 508f99487..83540b63b 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -43,3 +43,12 @@ code.xref { div#welcome-to-discord-py > h1 { display: none; } + +/* no disgusting background in FAQ */ +div.topic { + background-color: transparent; +} + +div.topic { + border: none; +}