mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
0f7e9314fc
commit
c0003f6600
2
min/dark.min.css
vendored
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
@ -1021,4 +1021,51 @@ body:not(.simplify-comment) .panel-area .bb-comment {
|
||||
@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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user