mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): 播放器缓冲图标适配主题色
This commit is contained in:
parent
57dd8cf6b8
commit
6efd03fec5
@ -53,6 +53,9 @@
|
|||||||
@mixin theme-fill($level: "") {
|
@mixin theme-fill($level: "") {
|
||||||
@include set-theme-color("fill", $level);
|
@include set-theme-color("fill", $level);
|
||||||
}
|
}
|
||||||
|
@mixin theme-stroke($level: "") {
|
||||||
|
@include set-theme-color("stroke", $level);
|
||||||
|
}
|
||||||
|
|
||||||
@mixin foreground-background-color($level: "") {
|
@mixin foreground-background-color($level: "") {
|
||||||
@include set-foreground-color("background-color", $level);
|
@include set-foreground-color("background-color", $level);
|
||||||
|
|||||||
@ -71,3 +71,11 @@
|
|||||||
.b-info .balance-name {
|
.b-info .balance-name {
|
||||||
@include theme-color();
|
@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();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user