Skip to content

Commit 8d1a46b

Browse files
committed
Enhance lyric display by adjusting font size, weight, and line height for improved readability
1 parent 60bbb8d commit 8d1a46b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,8 @@
130130
padding: 24px;
131131
}
132132
.view-lyric {
133+
font-size: 20px;
134+
font-weight: 300;
135+
line-height: 1.66rem;
133136
border-radius: 12px 12px 0 0;
134137
}

0 commit comments

Comments
 (0)