style: stronger LED glow on kickoff time (4-layer text-shadow)

This commit is contained in:
Ronny
2026-04-11 23:10:35 +02:00
parent 3a1d99a92f
commit 9cd55f8e28
+5 -3
View File
@@ -86,11 +86,13 @@
.kickoffLED { .kickoffLED {
font-family: 'DSEG7', 'Courier New', monospace; font-family: 'DSEG7', 'Courier New', monospace;
font-size: 18px; font-size: 18px;
color: var(--gold); color: #FECC4C;
letter-spacing: 0.06em; letter-spacing: 0.06em;
text-shadow: text-shadow:
0 0 6px rgba(254, 174, 50, 0.5), 0 0 4px rgba(254, 174, 50, 0.9),
0 0 14px rgba(254, 174, 50, 0.2); 0 0 12px rgba(254, 174, 50, 0.6),
0 0 24px rgba(254, 174, 50, 0.3),
0 0 40px rgba(254, 174, 50, 0.15);
} }
.topRowSpacer { .topRowSpacer {