mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update dark styles (fix #4701)
This commit is contained in:
parent
a79237a9fe
commit
12ea14f1e0
@ -245,11 +245,11 @@ blockquote {
|
||||
&,
|
||||
&:link,
|
||||
&:visited {
|
||||
@include color('a');
|
||||
@include color('e');
|
||||
}
|
||||
}
|
||||
.live-skin-normal-text {
|
||||
@include color('a');
|
||||
@include color('e');
|
||||
}
|
||||
.live-skin-main-text,
|
||||
.live-skin-highlight-text {
|
||||
|
||||
@ -940,6 +940,9 @@ html {
|
||||
@include set-theme-color('border-bottom-color');
|
||||
@include theme-color();
|
||||
}
|
||||
.underline {
|
||||
@include theme-border-color();
|
||||
}
|
||||
}
|
||||
.name {
|
||||
@include set-color('border-bottom-color', 'a');
|
||||
|
||||
@ -344,6 +344,11 @@
|
||||
@include color('a');
|
||||
}
|
||||
}
|
||||
.gift-item-asset {
|
||||
.b-img {
|
||||
@include background-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
.gift-sender-panel {
|
||||
.content {
|
||||
@ -374,6 +379,9 @@
|
||||
}
|
||||
.right-arrow {
|
||||
@include border-color('e');
|
||||
path {
|
||||
@include fill('e');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -383,6 +391,9 @@
|
||||
@include background-color('3');
|
||||
.arrow {
|
||||
@include border-color('e');
|
||||
path {
|
||||
@include fill('e');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -401,6 +412,9 @@
|
||||
}
|
||||
.bag-icon {
|
||||
@include border-color('e');
|
||||
path {
|
||||
@include fill('e');
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
@include background-color('8884');
|
||||
@ -708,9 +722,7 @@
|
||||
@include set-color('border-top-color', '4');
|
||||
}
|
||||
#{contains('mediainfo_mediaRight')} {
|
||||
#{contains('mediainfo_media_desc_section')}
|
||||
#{contains('mediainfo_display_area')}
|
||||
#{contains('mediainfo_ellipsis')} {
|
||||
#{contains('mediainfo_media_desc_section')} #{contains('mediainfo_display_area')} #{contains('mediainfo_ellipsis')} {
|
||||
background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #222 20%, #222);
|
||||
@include theme-color();
|
||||
}
|
||||
@ -881,3 +893,67 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.left-part-ctnr {
|
||||
.gift-left-part > [class$='-text'] {
|
||||
@include color('e');
|
||||
}
|
||||
.pointer.arrow-box {
|
||||
@include set-color('--btnBg', '5');
|
||||
@include set-color('--btnHoverBg', '6');
|
||||
.arrow path {
|
||||
@include fill('e');
|
||||
}
|
||||
}
|
||||
.inner-part {
|
||||
@include set-color('--wrapBg', '4');
|
||||
}
|
||||
}
|
||||
.static-feed-number-list {
|
||||
.feed-button-root .content-box {
|
||||
@include color('e');
|
||||
}
|
||||
}
|
||||
.feed-button-box .custom-feed-input {
|
||||
@include color('e');
|
||||
}
|
||||
.gift-control-panel {
|
||||
.gift-panel-box {
|
||||
@include background-color();
|
||||
}
|
||||
}
|
||||
.gift-panel-container-root {
|
||||
@include set-color('--gift-panel-container_background-color', '4');
|
||||
@include set-color('--gift-panel-container_container-border-color', '5');
|
||||
@include set-color('--gift-panel-container_feed-user-info-text-color', 'e');
|
||||
}
|
||||
.left-container {
|
||||
.new-tabs {
|
||||
@include background-color('4');
|
||||
@include border-color();
|
||||
}
|
||||
}
|
||||
.card-box .switch-btn img {
|
||||
filter: invert(0.8) !important;
|
||||
}
|
||||
.package-gift-root {
|
||||
.des-box {
|
||||
@include color('a');
|
||||
.switch {
|
||||
@include set-color('--toggle-switch-bg-color', '3');
|
||||
&.activated {
|
||||
@include set-theme-color('--toggle-switch-bg-color');
|
||||
}
|
||||
}
|
||||
}
|
||||
.new-silver-wallet {
|
||||
@include color('e');
|
||||
@include background-color('3');
|
||||
}
|
||||
}
|
||||
.shortcuts-ctnr {
|
||||
.shortcut-item {
|
||||
.item-icon {
|
||||
@include to-white();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -368,7 +368,6 @@ button.submit-button.disabled,
|
||||
.rank-list-ctnr .tabs,
|
||||
.player-and-aside-area .aside-area,
|
||||
.player-and-aside-area .aside-area .rank-list-section,
|
||||
.gift-presets .gift-panel-box,
|
||||
.bilibili-live-player-ending-panel-recommend-card-pic,
|
||||
.rank-list-ctnr .own,
|
||||
.rank-cntr .item.own,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user