style: new lyrics background

This commit is contained in:
qier222 2021-06-08 00:36:58 +08:00
parent c506dea02b
commit 723cf1b3b3
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
4 changed files with 58 additions and 3 deletions

View file

@ -133,3 +133,12 @@ body[data-theme='dark'] .lyrics-page .vue-slider-process {
body[data-theme='dark'] .lyrics-page .vue-slider-dot-handle {
background-color: #fff;
}
.lyrics-page[data-theme='dark'] .vue-slider-rail {
background-color: rgba(255, 255, 255, 0.18);
}
.lyrics-page[data-theme='dark'] .vue-slider-process,
.lyrics-page[data-theme='dark'] .vue-slider-dot-handle {
background-color: #fff;
}