mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 15:47:23 +08:00
✨ feat: 优化歌词界面配置
This commit is contained in:
@@ -585,4 +585,16 @@ const setMusicFull = () => {
|
||||
.playlist-items {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.dark {
|
||||
.song-info {
|
||||
.song-title {
|
||||
color: var(--text-color-1, #fff);
|
||||
}
|
||||
|
||||
.song-artist {
|
||||
color: var(--text-color-2, #fff);
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user