From f69b2f68c78b14ae1af1a616de967f68c1624b9f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 23 Jun 2024 23:37:34 +0300 Subject: a little less blur --- extras/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/html/style.css b/extras/html/style.css index 927b3c1..4f24e09 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -38,7 +38,7 @@ body { h1, h2, h3 { font-family: heading, serif; color: #00ff9d; - text-shadow: 0 0 10px #00ff9d, 0 0 20px #00ff9d; + text-shadow: 0 0 3px #00ff9d, 0 0 3px #00ff9d; } a { -- cgit v1.2.3