mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): 2021bnj
This commit is contained in:
parent
2eade3a29b
commit
ac6f1481ea
36
src/style/dark/dark-slice-bnj2021.scss
Normal file
36
src/style/dark/dark-slice-bnj2021.scss
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
@import "./dark-definitions";
|
||||||
|
|
||||||
|
.festival-main-panel ~ {
|
||||||
|
.video-toolbar {
|
||||||
|
color: #ffd886 !important;
|
||||||
|
.share-box {
|
||||||
|
.title {
|
||||||
|
@include color("e");
|
||||||
|
}
|
||||||
|
.name,
|
||||||
|
.box-b-title {
|
||||||
|
@include color("a");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.more-list {
|
||||||
|
@include border-color();
|
||||||
|
@include background-color("2");
|
||||||
|
@include color("e");
|
||||||
|
li:hover {
|
||||||
|
@include theme-color();
|
||||||
|
@include background-color("4");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.comment-wrapper .comment-m {
|
||||||
|
@include background-color("2");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.festival-video-player
|
||||||
|
.bilibili-player.bilibili-player-theme-red
|
||||||
|
.bui-slider
|
||||||
|
.bui-track
|
||||||
|
.bui-bar-wrap
|
||||||
|
.bui-bar.bui-bar-normal {
|
||||||
|
@include theme-background-color();
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user