tweak: lyric text-shadow uses theme color for glow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ltadeu6 2026-06-07 14:31:07 -03:00
parent 2552c9ccb3
commit 1c8909f128
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -255,8 +255,8 @@ html, body {
line-height: 1.5;
letter-spacing: 0.03em;
text-shadow:
0 0 18px rgba(0,200,255,0.85),
0 0 6px rgba(0,200,255,0.5),
0 0 18px var(--theme-color, rgba(0,200,255,0.85)),
0 0 6px var(--theme-color, rgba(0,200,255,0.5)),
0 2px 10px rgba(0,0,0,0.95),
-1px -1px 0 rgba(0,0,0,0.7),
1px 1px 0 rgba(0,0,0,0.7);