mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): music plus page
re #1143, https://github.com/the1812/Bilibili-Evolved/issues/1143#issuecomment-738676472
This commit is contained in:
parent
23db031777
commit
61bdb5ff13
@ -742,3 +742,71 @@ html {
|
||||
#app .container .question {
|
||||
@include color("e");
|
||||
}
|
||||
@each $module in home, video, article, search {
|
||||
.music-#{$module} {
|
||||
.tabs {
|
||||
@include set-color("border-bottom-color", "6");
|
||||
a.active {
|
||||
@if $module == search {
|
||||
.name {
|
||||
@include theme-color();
|
||||
@include set-theme-color("border-bottom-color");
|
||||
}
|
||||
} @else {
|
||||
@include theme-color();
|
||||
@include set-theme-color("border-bottom-color");
|
||||
}
|
||||
}
|
||||
@if $module == search {
|
||||
a:hover .name {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
.search-bar {
|
||||
@include border-color("6");
|
||||
input {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
.select-type {
|
||||
@include color("e");
|
||||
li {
|
||||
@include background-color("3");
|
||||
&.on {
|
||||
@include theme-background-color();
|
||||
}
|
||||
}
|
||||
.toggle {
|
||||
@include border-color();
|
||||
@include background-color("3");
|
||||
}
|
||||
}
|
||||
@if $module != home {
|
||||
.music-pagination {
|
||||
a,
|
||||
span {
|
||||
@include color("e");
|
||||
@include border-color();
|
||||
@include background-color("3");
|
||||
&:hover {
|
||||
@include theme-background-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@if $module == article {
|
||||
.article-card {
|
||||
@include set-color("border-bottom-color", "6");
|
||||
.l-con:hover h2 {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
@if index(home search, $module) {
|
||||
.exchange-btn i {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user