diff options
| -rw-r--r-- | docs/_static/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 508f9948..83540b63 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; +} |