fix(dark style): 「一起看」入口

re #1692, https://github.com/the1812/Bilibili-Evolved/issues/1692#issue-845711242
This commit is contained in:
JLoeve 2021-04-07 12:35:27 +08:00
parent 239c329a7d
commit 80f6040859

View File

@ -253,3 +253,29 @@ a {
}
}
}
.main-container .tool-bar {
.watch-info {
> span {
@include color("a");
}
#watch-together-icon-1 {
@include fill("a");
}
&:hover {
> span {
@include theme-color();
}
#watch-together-icon-1 {
@include theme-fill();
}
}
.watch-more {
@include no-shadow();
@include background-color("4");
@include border-color();
.title {
@include color("e");
}
}
}
}