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

This commit is contained in:
the1812 2021-03-03 12:16:19 +08:00
commit ef2fc83e69
3 changed files with 17 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

@ -79,3 +79,17 @@
@include theme-stroke();
}
}
.b-head-search {
@include border-color("4");
&.input-active {
@include theme-border-color();
}
.b-head-search_input {
@include background-color();
@include color("e");
}
.search-icon,
.show-icon {
@include to-theme("blue");
}
}