From ac6f1481ea61a38cb7a05a163ed8d351a595f764 Mon Sep 17 00:00:00 2001 From: JLoeve Date: Sat, 6 Feb 2021 14:26:16 +0800 Subject: [PATCH] fix(dark style): 2021bnj --- src/style/dark/dark-slice-bnj2021.scss | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/style/dark/dark-slice-bnj2021.scss diff --git a/src/style/dark/dark-slice-bnj2021.scss b/src/style/dark/dark-slice-bnj2021.scss new file mode 100644 index 000000000..f2a4451fa --- /dev/null +++ b/src/style/dark/dark-slice-bnj2021.scss @@ -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(); +}