Update dark styles

This commit is contained in:
the1812 2022-11-16 07:04:03 +08:00
parent 3718cbb789
commit b5d557f03e
2 changed files with 15 additions and 0 deletions

View File

@ -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 {

View File

@ -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();
}