Hover text on quick jump

This commit is contained in:
Cryptkeeper
2015-11-25 19:36:41 -06:00
parent 31dcf84fc4
commit b20ea7aaa4
2 changed files with 4 additions and 1 deletions

View File

@ -163,8 +163,11 @@ h3 {
display: block;
margin-bottom: 2px;
border-radius: 2px;
transition: all 0.1s;
}
.quick-jump-icon:hover {
cursor: pointer;
height: 42px;
width: 42px;
}