diff --git a/style.css b/style.css index d438f61..875e9ae 100644 --- a/style.css +++ b/style.css @@ -29,6 +29,7 @@ a:link, a:visited { text-shadow: 0px 0px 10px #fff; text-decoration: none; transition: all .5s linear 0; + -moz-transition: all .5s linear 0; -webkit-transition: all .5s linear 0; } @@ -42,6 +43,7 @@ a:hover { -moz-user-select: none; color:red; text-decoration: none; - transition: all .5s linear 0 + transition: all .5s linear 0; + -moz-transition: all .5s linear 0; -webkit-transition: all .5s linear 0; }