diff options
| author | Rapptz <[email protected]> | 2017-05-12 22:09:53 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-12 22:09:53 -0400 |
| commit | 56972f509f3109cac196b0f82df42fa5899310b0 (patch) | |
| tree | 9a6872795196bdaf66c98bb701ee61a6e2184d5c /docs/_static | |
| parent | Rename image file to lower case png. (diff) | |
| download | discord.py-56972f509f3109cac196b0f82df42fa5899310b0.tar.xz discord.py-56972f509f3109cac196b0f82df42fa5899310b0.zip | |
Remove ugly background in the FAQ page.
Diffstat (limited to 'docs/_static')
| -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; +} |