From 71dd20e829e21d1ed910dd0fba0ecfb9722d4817 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 11:00:38 +0200 Subject: [PATCH] Increase 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 b1a2d6f..e78c2f3 100644 --- a/index.html +++ b/index.html @@ -189,7 +189,7 @@ .commits-glow { text-shadow: 0 1px 2px rgba(0,0,0,0.25), - 0 0 12px currentColor; + 0 0 4px currentColor; }