Remove animation on anchor hover (#156)

This commit is contained in:
Ricky Vetter 2017-10-23 06:31:11 -07:00 committed by Joel Marcey
parent 3fe1b7e0d4
commit 65a5e02ec2

View file

@ -90,9 +90,11 @@ h2:hover a.hash-link,
h3:hover a.hash-link,
h4:hover a.hash-link {
opacity: 0.5;
transition: none;
}
a.hash-link:hover {
opacity: 1!important;
transition: none;
}
blockquote {