Add hover effect to percentage bar sections

This commit is contained in:
Cryptkeeper! 2017-03-12 11:29:50 -05:00 committed by GitHub
parent f9b689199d
commit f1dfe2e21b

@ -265,3 +265,9 @@ h3 {
display: inline-block;
position: absolute;
}
#perc-bar > .perc-bar-part:hover {
opacity: 0.75;
margin-top: -5px;
transition: 0.2s all;
}