diff --git a/source/site/stylesheets/master.css b/source/site/stylesheets/master.css index d60b967..1500a12 100644 --- a/source/site/stylesheets/master.css +++ b/source/site/stylesheets/master.css @@ -678,14 +678,12 @@ blockquote { -webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); } - #about .avatar img { - opacity: 0.8; - -webkit-transition: opacity 0.5s linear; - -moz-transition: opacity 0.5s linear; + #about .avatar:hover { + + } + #about .avatar img { + } - #about .avatar:hover img { - opacity: 1; - } #about .info { color: #bbb; margin: 0px auto;