From b0ac09cff2edee79ef8690d7ea811db09f997dc3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 11:00:11 +0200 Subject: [PATCH] auto-git: [change] index.html --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 628d7d9..3dbd0fc 100644 --- a/index.html +++ b/index.html @@ -186,6 +186,11 @@ .interaction-bar div > div:last-child { margin-bottom: 0; } + .commits-glow { + text-shadow: + 0 1px 6px rgba(0,0,0,0.25), + 0 0 12px currentColor; + }