mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-17 03:09:05 +00:00
Remove ugly background in the FAQ page.
This commit is contained in:
parent
823bfe5b2d
commit
56972f509f
9
docs/_static/style.css
vendored
9
docs/_static/style.css
vendored
@ -43,3 +43,12 @@ code.xref {
|
|||||||
div#welcome-to-discord-py > h1 {
|
div#welcome-to-discord-py > h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* no disgusting background in FAQ */
|
||||||
|
div.topic {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.topic {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user