mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update dark styles (#2615)
This commit is contained in:
parent
a84f15be73
commit
8b43755e2f
@ -111,6 +111,14 @@
|
||||
span:not(.cur-page) {
|
||||
@include color("e");
|
||||
}
|
||||
.cur-page {
|
||||
@include color('a');
|
||||
}
|
||||
}
|
||||
&-right {
|
||||
.next-button {
|
||||
@include color('a');
|
||||
}
|
||||
}
|
||||
&-title {
|
||||
@include color("e");
|
||||
@ -121,6 +129,11 @@
|
||||
}
|
||||
}
|
||||
&_second-line {
|
||||
.second-line_left {
|
||||
.abstract {
|
||||
@include color('a');
|
||||
}
|
||||
}
|
||||
.second-line_right {
|
||||
@include theme-border-color();
|
||||
@include background-color("4");
|
||||
@ -156,8 +169,10 @@
|
||||
&-title {
|
||||
@include color("e");
|
||||
}
|
||||
&-playing,
|
||||
&-title-playing {
|
||||
@include theme-color();
|
||||
@include background-color('5');
|
||||
.cur-play-icon {
|
||||
@include to-theme("blue");
|
||||
}
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
@import './dark-definitions';
|
||||
@import 'common';
|
||||
|
||||
.video-info-v1 .video-data {
|
||||
@include color('a');
|
||||
@ -137,6 +138,9 @@
|
||||
@include color('e');
|
||||
}
|
||||
}
|
||||
.base-video-sections-v1 {
|
||||
@include background-color('4');
|
||||
}
|
||||
.video-page-special-card-small,
|
||||
.video-page-card-small {
|
||||
.pic-box {
|
||||
@ -164,12 +168,15 @@
|
||||
}
|
||||
}
|
||||
.bilibili-player-video-danmaku-input::-webkit-input-placeholder {
|
||||
@include color('8');
|
||||
@include color('fff4');
|
||||
}
|
||||
.bilibili-player-video-danmaku {
|
||||
&-setting,
|
||||
&-switch {
|
||||
@include fill('a');
|
||||
@include on-fullscreen {
|
||||
@include fill('e');
|
||||
}
|
||||
&:hover {
|
||||
@include fill('e');
|
||||
}
|
||||
@ -569,6 +576,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.player-auxiliary-filter-playlist {
|
||||
.player-auxiliary-playlist-user {
|
||||
@include color('a');
|
||||
}
|
||||
.player-auxiliary-playlist-bottom {
|
||||
@include border-color('6');
|
||||
}
|
||||
}
|
||||
|
||||
.player-auxiliary-setting-menu-wrap {
|
||||
@include background-color('3');
|
||||
@include border-color('8884');
|
||||
@ -595,6 +611,10 @@
|
||||
}
|
||||
.player-auxiliary-danmaku-wrap {
|
||||
@include background-color();
|
||||
.player-auxiliary-danmaku-load-status {
|
||||
@include background-color();
|
||||
@include color('a');
|
||||
}
|
||||
}
|
||||
.player-auxiliary-danmaku-function {
|
||||
@include background-color();
|
||||
|
||||
@ -340,7 +340,6 @@ a.bp_box_bot_click,
|
||||
.player-auxiliary-danmaku-function [class*=player-auxiliary-danmaku-btn-],
|
||||
.player-auxiliary-danmaku-date-picker-header .player-auxiliary-danmaku-date-picker-btn,
|
||||
.player-auxiliary-danmaku-date-picker-header,
|
||||
.player-auxiliary-danmaku-load-status.disabled,
|
||||
.player-auxiliary-block-list-function > div,
|
||||
.player-auxiliary-block-list-wrap .player-auxiliary-block-empty,
|
||||
.player-auxiliary-block-line.block-state-disabled,
|
||||
|
||||
@ -33,7 +33,6 @@
|
||||
.danmaku-wrap .player-auxiliary-area .player-auxiliary-danmaku-wrap-child .player-auxiliary-panel-title,
|
||||
.bpui-selected,
|
||||
.bpui-selected span,
|
||||
.player-auxiliary-danmaku-wrap .player-auxiliary-danmaku-load-status,
|
||||
.comic-info-component .page-normal .comic-info-con .comic-des,
|
||||
.comic-info-component .page-normal .comic-info-con,
|
||||
.dropdown__content .dropdown__item:hover,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user