Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview

This commit is contained in:
the1812 2021-03-11 19:48:46 +08:00
commit aa05b91959
3 changed files with 12 additions and 4 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

@ -61,7 +61,8 @@
@include background-color("4");
}
}
.filter-wrap .filter-wrap_bottom {
.filter-wrap .filter-wrap_bottom,
.recommend-list .split-line {
@include background-color("4");
}
#app .collection-m .add-group .input-group .submit {
@ -93,3 +94,10 @@
@include to-theme("blue");
}
}
.multi-page .cur-list .list-box li .link-content img{
@include to-theme("blue");
}
.next-button .switch-button.on {
@include theme-background-color();
@include theme-border-color();
}