Remove ugly background in the FAQ page.

This commit is contained in:
Rapptz 2017-05-12 22:09:53 -04:00
parent 823bfe5b2d
commit 56972f509f

View File

@ -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;
}