mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'preview-fixes' into preview-features
This commit is contained in:
commit
a2eabc3ae5
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user