mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): fav list collection
re #1626, https://github.com/the1812/Bilibili-Evolved/issues/1626#issuecomment-793246266
This commit is contained in:
parent
4bdbd01da2
commit
2fbf3c2711
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user