Merge branch 'preview-fixes' into preview-features

This commit is contained in:
the1812 2025-05-29 22:26:37 +08:00
commit a2eabc3ae5
3 changed files with 16 additions and 3 deletions

View File

@ -67,7 +67,7 @@
@include set-theme-color('--_label-text-color');
}
.bili-comments-bottom-fixed-wrapper > div {
@include background-color('2');
background-color: var(--bg1, #222) !important;
@include border-color('3');
}
}

View File

@ -20,7 +20,7 @@
}
}
.scan-tips-icon{
.scan-tips-icon {
@include background-color('2');
}
@ -30,4 +30,18 @@
@include color('f');
}
#sections-vm .z-section-blocks {
@include background-color();
}
.follow-sidebar-item {
.vui_sidebar-item {
&:hover {
@include background-color('3');
}
&.vui_sidebar-item--active,
&.vui_sidebar-item--active:hover {
@include theme-background-color();
}
}
}

View File

@ -150,7 +150,6 @@ div.con,
.page-wrap .pager,
.fixed-top .search-block .input-wrap,
.error-wrap,
#sections-vm .section-block,
.link-footer,
.base-bubble,
.base-bubble .content-ctnr:before,