From a880a743c5ec3b2d851362b613a214e1b2a63f7c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 11:01:48 +0200 Subject: [PATCH] Reduce text shadow blur radius --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2f25d48..30b99d0 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 8px color-mix(in srgb, currentColor 80%, black); + 0 0 8px color-mix(in srgb, currentColor 40%, black); }