From a6ffab5181cf384704ff9f64d87b5a59a97860bb Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 26 Nov 2024 00:41:14 -0600 Subject: [PATCH] core: remove shadows --- default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {