mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): error page
- https://www.bilibili.com/audio/au1 - https://www.bilibili.com/medialist/play/ml338926432/BV1TJ411C7An/p1 re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-751457560
This commit is contained in:
parent
feee11a005
commit
47681dbddc
@ -954,3 +954,6 @@ html {
|
|||||||
@include theme-background-color();
|
@include theme-background-color();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.error-body .error-msg .error-img {
|
||||||
|
@include to-theme("blue");
|
||||||
|
}
|
||||||
|
|||||||
@ -4,8 +4,6 @@
|
|||||||
.tab-selector-wrap .selector-wrap ul>li:hover,
|
.tab-selector-wrap .selector-wrap ul>li:hover,
|
||||||
.article-info-module,
|
.article-info-module,
|
||||||
.result.is-web .vote-result-comment,
|
.result.is-web .vote-result-comment,
|
||||||
.error-body .error-container .error-panel .audio-split,
|
|
||||||
.error-body .error-container .song-wrap .image-split,
|
|
||||||
.error-body .error-container .song-wrap .change-song,
|
.error-body .error-container .song-wrap .change-song,
|
||||||
.share-board .song-share .song-share-ul li:hover,
|
.share-board .song-share .song-share-ul li:hover,
|
||||||
.normal-v2-container .normal-title-wrp>.template-op>.template-op-divide,
|
.normal-v2-container .normal-title-wrp>.template-op>.template-op-divide,
|
||||||
@ -67,6 +65,8 @@
|
|||||||
{
|
{
|
||||||
background-color: #333 !important;
|
background-color: #333 !important;
|
||||||
}
|
}
|
||||||
|
.error-body .error-container .error-panel .audio-split,
|
||||||
|
.error-body .error-container .song-wrap .image-split,
|
||||||
.up-info .btn-panel .charge-btn,
|
.up-info .btn-panel .charge-btn,
|
||||||
.content .rank-list,
|
.content .rank-list,
|
||||||
.link-tag-box .selector-wrap,
|
.link-tag-box .selector-wrap,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user