mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update dark styles (#2136)
This commit is contained in:
parent
f0aa47d257
commit
8fc11252e5
2
min/dark-important.min.css
vendored
2
min/dark-important.min.css
vendored
File diff suppressed because one or more lines are too long
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
@ -303,3 +303,9 @@ blockquote {
|
||||
@include background-color("5");
|
||||
}
|
||||
}
|
||||
.bilibili-player-video-popup-vote-an.bilibili-player-video-popup-select .bilibili-player-video-popup-vote-an-bg-buffer {
|
||||
@include theme-background-color("40");
|
||||
}
|
||||
.s-space .search-page .feed-dynamic-content .card {
|
||||
@include border-color("5");
|
||||
}
|
||||
|
||||
@ -200,6 +200,46 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.search-page {
|
||||
@include background-color("4");
|
||||
.search-nav {
|
||||
@include color("e");
|
||||
}
|
||||
.search-nav-item {
|
||||
.num {
|
||||
@include color("a");
|
||||
}
|
||||
&:hover {
|
||||
@include background-color("5");
|
||||
.text {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
&.search-nav-actived {
|
||||
@include theme-background-color();
|
||||
.text,
|
||||
.num {
|
||||
@include foreground-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
.feed-dynamic {
|
||||
@include border-color();
|
||||
.feed-dynamic-header-search-kw,
|
||||
.feed-dynamic-header-title {
|
||||
@include color("e");
|
||||
}
|
||||
.feed-dynamic-header-search {
|
||||
@include color("a");
|
||||
}
|
||||
.feed-dynamic-header-search-count {
|
||||
@include theme-color();
|
||||
}
|
||||
.card .main-content .single-icon {
|
||||
@include grayscale();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.switch-wrap {
|
||||
.type {
|
||||
|
||||
@ -265,4 +265,18 @@
|
||||
}
|
||||
.send-box .core-style {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
.section.user-info {
|
||||
.user-info-title {
|
||||
@include border-color("5");
|
||||
}
|
||||
.tag-content,
|
||||
.info-value,
|
||||
.info-title {
|
||||
@include color("e");
|
||||
}
|
||||
.iconfont,
|
||||
.info-command {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user