fix(dark style): 个人空间 > 投稿 > 相簿

re #1143, https://github.com/the1812/Bilibili-Evolved/issues/1143#issuecomment-739257894
This commit is contained in:
jloeve 2020-12-20 23:13:58 +08:00
parent 73b7a9dffa
commit d0ef05fec2

View File

@ -167,6 +167,36 @@
}
}
}
.album-content {
.album-list {
&__title {
@include color("e");
}
&__tabs {
@include background-color("5");
.album-list__tab {
&-name {
@include color("e");
}
}
.album-list__tab--active {
.album-list__tab-name {
@include theme-color();
}
}
}
&__content {
.album-card {
&__title {
@include color("e");
&:hover {
@include theme-color();
}
}
}
}
}
}
}
.switch-wrap {
.type {