Coulomb_G 2021-03-12 17:10:32 +08:00
parent ebf0cb1772
commit 0f6a359896
3 changed files with 26 additions and 3 deletions

2
min/dark.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -100,4 +100,27 @@
.next-button .switch-button.on {
@include theme-background-color();
@include theme-border-color();
}
.container .left-container .play-up-info {
.play-up-intro {
.play-up-cover-loading,
.play-up-introduction-loading p {
@include background-color("4");
}
}
.play-up-self .play-up-self-content a {
@include theme-color();
}
}
.player-auxiliary {
&-btn-playlist-order:hover path {
@include theme-stroke();
}
&-playlist-item-img {
background-image: none !important;
@include background-color("4");
}
}
.remd-video-card .card-box .pic-box {
@include background-color("4");
}