From f8685b4225691f2d7518628f32e582322aff7054 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 11:00:29 +0200 Subject: [PATCH] Reduce shadow blur radius in .commits-glow --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3dbd0fc..b1a2d6f 100644 --- a/index.html +++ b/index.html @@ -188,7 +188,7 @@ } .commits-glow { text-shadow: - 0 1px 6px rgba(0,0,0,0.25), + 0 1px 2px rgba(0,0,0,0.25), 0 0 12px currentColor; }