Hide the title in the index.

This commit is contained in:
Rapptz
2017-05-12 20:37:45 -04:00
parent b44bba6ee6
commit 53926e3126
2 changed files with 7 additions and 2 deletions

View File

@ -38,3 +38,8 @@ code.xref {
background-color: #ecf0f3;
border-bottom: 1px dotted #222;
}
/* hide the welcome text */
div#welcome-to-discord-py > h1 {
display: none;
}