mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): 「一起看」入口
re #1692, https://github.com/the1812/Bilibili-Evolved/issues/1692#issue-845711242
This commit is contained in:
parent
239c329a7d
commit
80f6040859
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user