From c6442e3333a7c49cd5e15cee2bb5918dd17b5959 Mon Sep 17 00:00:00 2001 From: ari melody Date: Tue, 3 Oct 2023 00:01:39 +0100 Subject: [PATCH] reduced text shadows for performance (#1) --- public/style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style/main.css b/public/style/main.css index 46255e2..6c10f22 100644 --- a/public/style/main.css +++ b/public/style/main.css @@ -11,7 +11,7 @@ body { color: #eee; font-family: monospace; font-size: 18px; - text-shadow: 0 0 3em, 0 0 0.2em; + text-shadow: 0 0 2em; } header {