From 56972f509f3109cac196b0f82df42fa5899310b0 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 12 May 2017 22:09:53 -0400 Subject: [PATCH] Remove ugly background in the FAQ page. --- docs/_static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; +}