Coulomb_G 2021-07-20 04:28:48 +08:00
parent 0f7e9314fc
commit c0003f6600
3 changed files with 50 additions and 3 deletions

2
min/dark.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1021,4 +1021,51 @@ body:not(.simplify-comment) .panel-area .bb-comment {
@include background-color("4"); @include background-color("4");
} }
} }
}
.resizable-component .publish-btn {
@include theme-background-color();
@include foreground-color();
}
.note-list {
@include background-color("4");
&-header {
@include color("e");
@include border-color("5");
}
&-nickname>a,
&-summary {
@include color("e");
}
&-time {
@include color("a");
}
&-detail {
@include theme-color("80");
&:hover {
@include theme-color();
}
}
&-card:not(:last-of-type) {
@include border-color("5");
}
&-btn {
@include theme-background-color("80");
@include foreground-color();
&:hover {
@include theme-background-color();
}
}
}
.bili-view-note {
.note-view-drag-bar {
@include background-color("4");
}
.close-btn {
@include background-color("3");
@include color("e");
&:hover {
@include theme-background-color();
@include foreground-color();
}
}
} }