From 9d8bd6cc0e95081d4776523a5d3fa50ff0dc00d2 Mon Sep 17 00:00:00 2001 From: ari melody Date: Mon, 2 Oct 2023 23:55:22 +0100 Subject: [PATCH] reduced text shadows for performance --- 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 {