mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): 个人空间 > 投稿 > 相簿
re #1143, https://github.com/the1812/Bilibili-Evolved/issues/1143#issuecomment-739257894
This commit is contained in:
parent
73b7a9dffa
commit
d0ef05fec2
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user