From: Greg Burri Date: Thu, 18 Mar 2021 09:48:33 +0000 (+0100) Subject: Remove text shadow, it hurts ;) X-Git-Url: http://git.euphorik.ch/?p=valheim_web.git;a=commitdiff_plain;h=58d9f48e4cca3e964047563a8bf458fbbaf79bc1 Remove text shadow, it hurts ;) --- diff --git a/backend/style.scss b/backend/style.scss index 59e4687..86598bd 100644 --- a/backend/style.scss +++ b/backend/style.scss @@ -5,7 +5,6 @@ body { font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif; - text-shadow: 2px 2px 2px rgb(112, 112, 112); color: #bdbdbd; background-color: #252525; }