mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
32 lines
702 B
SCSS
32 lines
702 B
SCSS
#banner_link,
|
|
.z-top-container.has-banner > .header,
|
|
.custom-navbar .blur-layer,
|
|
.bili-header__banner {
|
|
display: none !important;
|
|
}
|
|
#biliMainHeader {
|
|
min-height: unset !important;
|
|
}
|
|
.bili-header {
|
|
padding-top: 50px !important;
|
|
min-height: 0 !important;
|
|
}
|
|
div.blur-bg,
|
|
.b-header-mask-wrp .b-header-mask-bg {
|
|
opacity: 0 !important;
|
|
}
|
|
.international-header .bili-banner,
|
|
.international-home .bili-banner {
|
|
visibility: hidden !important;
|
|
height: 50px !important;
|
|
min-height: unset !important;
|
|
}
|
|
.nav-link .nav-link-ul .nav-link-item .link,
|
|
.nav-user-center .user-con .item .name {
|
|
color: black !important;
|
|
text-shadow: none !important;
|
|
body.dark & {
|
|
color: #eee !important;
|
|
}
|
|
}
|