mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update dark styles (#2597)
This commit is contained in:
parent
e081f883b6
commit
aedb465ad2
4
registry/dist/components/style/dark-mode.js
vendored
4
registry/dist/components/style/dark-mode.js
vendored
File diff suppressed because one or more lines are too long
@ -760,6 +760,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.v-wrap {
|
.v-wrap {
|
||||||
|
@include background-color();
|
||||||
.video-toolbar,
|
.video-toolbar,
|
||||||
.season-tabs .tabs {
|
.season-tabs .tabs {
|
||||||
@include border-color("4");
|
@include border-color("4");
|
||||||
|
|||||||
@ -239,6 +239,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.s_tag .tag-area {
|
.s_tag .tag-area {
|
||||||
|
.tag-item {
|
||||||
|
@include background-color("4");
|
||||||
|
@include border-color();
|
||||||
|
@include color("e");
|
||||||
|
&:hover {
|
||||||
|
@include theme-background-color();
|
||||||
|
@include foreground-color();
|
||||||
|
}
|
||||||
|
}
|
||||||
.topic-link {
|
.topic-link {
|
||||||
@include color("e");
|
@include color("e");
|
||||||
.tag-icon {
|
.tag-icon {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user