tweak: lyric text-shadow uses theme color for glow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2552c9ccb3
commit
1c8909f128
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue