Skip to content

Commit

Permalink
fix(text): lyrics text size (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Nov 9, 2023
1 parent ffed9df commit e8aace4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion text/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
font-weight: var(--font-weight) !important;
line-height: var(--line-height);
}
.lyrics-lyricsContent-lyric {
.lyrics-lyricsContent-lyric,
.lyrics-lyricsContent-text {
font-size: var(--font-size-lyrics) !important;
}

Expand Down

0 comments on commit e8aace4

Please sign in to comment.