mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update dark styles
This commit is contained in:
parent
3718cbb789
commit
b5d557f03e
@ -1,4 +1,5 @@
|
|||||||
@import "./dark-definitions";
|
@import "./dark-definitions";
|
||||||
|
@import "common";
|
||||||
|
|
||||||
.bui-button {
|
.bui-button {
|
||||||
.bui-button-blue,
|
.bui-button-blue,
|
||||||
@ -209,6 +210,9 @@
|
|||||||
}
|
}
|
||||||
.bpx-player-sending-bar {
|
.bpx-player-sending-bar {
|
||||||
@include background-color('2');
|
@include background-color('2');
|
||||||
|
@include on-fullscreen {
|
||||||
|
@include background-color();
|
||||||
|
}
|
||||||
.bpx-player-video-btn-dm,
|
.bpx-player-video-btn-dm,
|
||||||
.bpx-player-dm-setting,
|
.bpx-player-dm-setting,
|
||||||
.bpx-player-dm-switch {
|
.bpx-player-dm-switch {
|
||||||
|
|||||||
@ -42,6 +42,13 @@
|
|||||||
@include color('8');
|
@include color('8');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.following-charge-btn {
|
||||||
|
@include theme-background-color('80');
|
||||||
|
@include foreground-color();
|
||||||
|
&:hover {
|
||||||
|
@include theme-background-color();
|
||||||
|
}
|
||||||
|
}
|
||||||
.not-follow-charge-btn,
|
.not-follow-charge-btn,
|
||||||
.charge-btn {
|
.charge-btn {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
@ -874,3 +881,7 @@
|
|||||||
.bpx-player-progress-move-indicator-up {
|
.bpx-player-progress-move-indicator-up {
|
||||||
border-bottom-color: var(--theme-color) !important;
|
border-bottom-color: var(--theme-color) !important;
|
||||||
}
|
}
|
||||||
|
.reply-content .top-icon {
|
||||||
|
@include theme-border-color();
|
||||||
|
@include theme-color();
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user