diff --git a/default.css b/default.css index 25244e7..5bbd636 100644 --- a/default.css +++ b/default.css @@ -30,7 +30,6 @@ canvas { } #navBarLeft { - text-shadow:1px 1px 10px #fe640b; text-align: left; font-size: 14px; padding: 4px; @@ -107,9 +106,9 @@ a { } a:hover, a:active { + color: #fe640b; border-radius: 9px; text-decoration: underline; - animation: hover 3s linear infinite; } a.button {