mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
48 lines
797 B
SCSS
48 lines
797 B
SCSS
@import './dark-definitions';
|
|
@import 'common';
|
|
|
|
.relation-card-info-option {
|
|
.follow-btn {
|
|
@include background-color();
|
|
}
|
|
}
|
|
|
|
.login-scan__qrcode {
|
|
@include background-color('f');
|
|
.qrcode__tip {
|
|
@include background-color('3');
|
|
img {
|
|
@include background-color();
|
|
}
|
|
span {
|
|
@include color('a');
|
|
}
|
|
}
|
|
}
|
|
|
|
.scan-tips-icon {
|
|
@include background-color('2');
|
|
}
|
|
|
|
.btn_other {
|
|
@include background-color('3');
|
|
@include border-color('4');
|
|
@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();
|
|
}
|
|
}
|
|
}
|