mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
415f2cbcc7
commit
e1985eb618
@ -37,7 +37,8 @@
|
||||
.add-tag .tag-list .tag,
|
||||
.cards-block .cards-list .card-item .card-case.type2 .content .block,
|
||||
.faq-modal .modal-wrap .modal-content .text-content,
|
||||
.game-groom-m .type-name
|
||||
.game-groom-m .type-name,
|
||||
#announcement-area .rank-ctnr .rank-icon
|
||||
{
|
||||
background-color: #222 !important;
|
||||
}
|
||||
@ -220,7 +221,13 @@ ul.navigation li span,
|
||||
.faq-modal .modal-wrap .modal-content .text-content p,
|
||||
.video-floor-m .zone-title .headline .tags li a,
|
||||
.game-groom-m .num,
|
||||
.promote-m .headline .sub-name
|
||||
.promote-m .headline .sub-name,
|
||||
#announcement-area .news-ctnr .icon-arrow-right,
|
||||
#announcement-area .news-ctnr .more-link,
|
||||
.hot-list .card-ctnr .room-count,
|
||||
.room-card .sub-area,
|
||||
.area-section .card-ctnr .tag-ctnr .tags,
|
||||
#announcement-area .rank-ctnr .anchor-name
|
||||
{
|
||||
color: #aaa !important;
|
||||
}
|
||||
@ -330,7 +337,12 @@ body #app .category-wrapper .upload-content .title,
|
||||
.tag .delete,
|
||||
.faq-modal .modal-wrap .modal-content .text-content h1,
|
||||
.game-groom-m a .title,
|
||||
.game-groom-m .type-name
|
||||
.game-groom-m .type-name,
|
||||
#area-anchor .area-title-link,
|
||||
.idol-show .section-title .title,
|
||||
#announcement-area .rank-ctnr .cover-ctnr,
|
||||
#announcement-area .rank-ctnr .rank-icon,
|
||||
.item .live-status
|
||||
{
|
||||
color: #eee !important;
|
||||
}
|
||||
@ -407,7 +419,8 @@ body #app .category-wrapper .upload-content .title,
|
||||
.fjw-random .point-wrap .cnt .list,
|
||||
.face-g-list#my-g-list .face-g-block .my-mp-block,
|
||||
.ui-input,
|
||||
.set-copyright .copyright-icon .icon-none-copyright
|
||||
.set-copyright .copyright-icon .icon-none-copyright,
|
||||
.area-section .card-ctnr .tag-ctnr .tags
|
||||
{
|
||||
border-color: #aaa !important;
|
||||
}
|
||||
@ -506,7 +519,8 @@ body #app .category-wrapper .upload-content .title,
|
||||
.ui-checkbox input[type=checkbox]:checked + .ui-checkbox-icon,
|
||||
.ui-radio.active .ui-radio-icon,
|
||||
.ui-radio input[type=radio]:hover + .ui-radio-icon,
|
||||
body #app .marquee
|
||||
body #app .marquee,
|
||||
.area-section .card-ctnr .tag-ctnr .tags:hover
|
||||
{
|
||||
border-color: $customStyleColor !important;
|
||||
}
|
||||
@ -530,7 +544,9 @@ body #app .category-wrapper .dot,
|
||||
.checkbox.checked .radio-btn:before,
|
||||
.add-tag .default .btn-show,
|
||||
.submit-btn,
|
||||
.promote-m .headline .change-push:hover
|
||||
.promote-m .headline .change-push:hover,
|
||||
#announcement-area .rank-ctnr .rank-icon.hot,
|
||||
.item .live-status.on
|
||||
{
|
||||
background-color: $customStyleColor !important;
|
||||
}
|
||||
@ -586,7 +602,10 @@ body #app .marquee a,
|
||||
.faq-modal .modal-wrap .modal-content .text-content a:hover,
|
||||
.set-copyright .copyright-select-box .copyright:hover .text,
|
||||
.video-floor-m .zone-title .headline .tags li a:hover,
|
||||
.game-groom-box-m .game-groom-m:hover .title
|
||||
.game-groom-box-m .game-groom-m:hover .title,
|
||||
#area-anchor .area-title-link:hover,
|
||||
.area-section .card-ctnr .tag-ctnr .tags:hover,
|
||||
.idol-show .section-title .title:hover
|
||||
{
|
||||
color: $customStyleColor !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user