This commit is contained in:
Ken Roberts 2016-05-17 06:21:29 -07:00
parent 8cc6f1dbcb
commit a3df011409
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ def build_lyrics_css(item):
lyricsmain += build_lyrics_outline_css(theme_data)
if theme_data.font_main_shadow:
lyricsmain += ' text-shadow: {theme} {shadow}px ' \
'{shadow}px;'.format(theme=teme_data.font_main_shadow_color,
'{shadow}px;'.format(theme=theme_data.font_main_shadow_color,
shadow=theme_data.font_main_shadow_size)
lyrics_css = style % (lyricstable, lyrics, lyricsmain)
return lyrics_css