From 6efd03fec5caed11f383312d1d9696f5864cc62f Mon Sep 17 00:00:00 2001 From: JLoeve Date: Mon, 15 Feb 2021 14:57:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(dark=20style):=20=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E5=99=A8=E7=BC=93=E5=86=B2=E5=9B=BE=E6=A0=87=E9=80=82=E9=85=8D?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/dark/_dark-definitions.scss | 3 +++ src/style/dark/dark-slice-14.scss | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/src/style/dark/_dark-definitions.scss b/src/style/dark/_dark-definitions.scss index 0bb33c2ce..d360d1efa 100644 --- a/src/style/dark/_dark-definitions.scss +++ b/src/style/dark/_dark-definitions.scss @@ -53,6 +53,9 @@ @mixin theme-fill($level: "") { @include set-theme-color("fill", $level); } +@mixin theme-stroke($level: "") { + @include set-theme-color("stroke", $level); +} @mixin foreground-background-color($level: "") { @include set-foreground-color("background-color", $level); diff --git a/src/style/dark/dark-slice-14.scss b/src/style/dark/dark-slice-14.scss index 88931c20f..1c1a70d34 100644 --- a/src/style/dark/dark-slice-14.scss +++ b/src/style/dark/dark-slice-14.scss @@ -71,3 +71,11 @@ .b-info .balance-name { @include theme-color(); } +.bilibili-player-video-state-buff-icon { + path[fill="rgb(0,161,214)"] { + @include theme-fill(); + } + path[stroke="rgb(0,161,214)"] { + @include theme-stroke(); + } +}