Browse Source

Remove ugly background in the FAQ page.

pull/572/head
Rapptz 8 years ago
parent
commit
56972f509f
  1. 9
      docs/_static/style.css

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

Loading…
Cancel
Save