From e6ded61bb063016f20812f2cb404142886b501b9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 11:03:31 +0200 Subject: [PATCH] Swap order of text-shadow properties in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9fd08bd..e2b013a 100644 --- a/index.html +++ b/index.html @@ -188,7 +188,7 @@ } .commits-glow { text-shadow: - 0 1px 2px rgba(0,0,0,0.25), + 1px 1px 2px rgba(0,0,0,0.25), 0px 1px 1px color-mix(in srgb, currentColor 40%, black); }