From 85d616a8282dbd6271543c9cd895744affded233 Mon Sep 17 00:00:00 2001 From: ari melody Date: Mon, 2 Oct 2023 23:52:23 +0100 Subject: [PATCH] reduced text shadows for performance --- public/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/styles/main.css b/public/styles/main.css index c590b3c..828aa05 100644 --- a/public/styles/main.css +++ b/public/styles/main.css @@ -25,7 +25,7 @@ pre#content { overflow-y: scroll; white-space: break-spaces; line-break: anywhere; - text-shadow: 0 0 1em, 0 0 3em; + text-shadow: 0 0 2em; } div#caret {