From d19f3ee11c1fdb43b320c5423e73d2c234823193 Mon Sep 17 00:00:00 2001 From: DJObleezy <156115770+Djobleezy@users.noreply.github.com> Date: Tue, 25 Mar 2025 08:37:44 -0700 Subject: [PATCH] Update common.css --- static/css/common.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/common.css b/static/css/common.css index 7e52d9b..93081c2 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -263,17 +263,17 @@ h1 { .yellow-glow { color: #ffd700 !important; - text-shadow: 0 0 6px #ffd700, 0 0 12px #ffd700; + text-shadow: 0 0 6px #ffd700, 0 0 10px #ffd700; } .blue-glow { color: #00dfff !important; - text-shadow: 0 0 6px #00dfff, 0 0 12px #00dfff; + text-shadow: 0 0 6px #00dfff, 0 0 10px #00dfff; } .white-glow { color: #ffffff !important; - text-shadow: 0 0 6px #ffffff, 0 0 12px #ffffff; + text-shadow: 0 0 6px #ffffff, 0 0 10px #ffffff; } /* Basic color classes for backward compatibility */