fix(dark style): fav list collection

re #1626, https://github.com/the1812/Bilibili-Evolved/issues/1626#issuecomment-793246266
This commit is contained in:
JLoeve 2021-03-12 11:01:27 +08:00
parent 4bdbd01da2
commit 2fbf3c2711

View File

@ -161,3 +161,22 @@
}
}
}
#page-fav {
.favList-info {
.shadow-first {
@include background-color("2");
}
.shadow-second {
@include background-color("3");
}
.collection-details {
.title .iconfont {
@include color("a");
}
.collection-btn {
@include theme-background-color();
@include color("e");
}
}
}
}