aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-12 22:09:53 -0400
committerRapptz <[email protected]>2017-05-12 22:09:53 -0400
commit56972f509f3109cac196b0f82df42fa5899310b0 (patch)
tree9a6872795196bdaf66c98bb701ee61a6e2184d5c /docs/_static
parentRename image file to lower case png. (diff)
downloaddiscord.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.css9
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;
+}