From f27c1708203c14edef06da6047ba71565ee39b87 Mon Sep 17 00:00:00 2001 From: kubune <132983498+kubune@users.noreply.github.com> Date: Sun, 9 Jun 2024 18:58:03 +0200 Subject: [PATCH] smaller glow t --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 4acb038..5c5caf2 100644 --- a/style.css +++ b/style.css @@ -91,7 +91,7 @@ body { padding: 0 20px; font-size: large; box-shadow: 0 0 5px #000; - text-shadow: 0 0 5px #fff; + text-shadow: 0 0 3px #fff; cursor: pointer; animation: box-move 1s infinite alternate-reverse; transition: transform 300ms;