feat: 优化歌词界面配置

This commit is contained in:
algerkong
2025-04-04 22:19:35 +08:00
parent 30ff7b2930
commit 55b50d764b
7 changed files with 229 additions and 155 deletions
@@ -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>