Highlight currently visited section.

This commit is contained in:
Rapptz
2017-05-16 03:12:43 -04:00
parent 7a06f0f3bf
commit 9cbbd8af65
3 changed files with 39 additions and 0 deletions

View File

@ -421,6 +421,11 @@ div#welcome-to-discord-py > h1 {
display: none;
}
.active {
background-color: #dbdbdb;
border-left: 5px solid #dbdbdb;
}
@media screen and (max-width: 870px) {
div.document {