fix(adaptedStyles): adapt unadapted contents

This commit is contained in:
hakadao
2024-06-04 00:04:28 +08:00
parent ca16862744
commit e7c137aa0c
2 changed files with 17 additions and 5 deletions

View File

@@ -272,6 +272,10 @@
color: var(--bew-text-1) !important;
}
.bb-comment .comment-list .list-item .reply-box .view-more, .comment-bilibili-fold .comment-list .list-item .reply-box .view-more {
color: var(--bew-text-2);
}
.bb-comment .comment-header,
.comment-bilibili-fold .comment-header,
.bb-comment .comment-list .list-item .con,

View File

@@ -88,7 +88,10 @@
#page-follows .modal-container.edit-video-modal .target-followitem:hover,
#page-follows .follow-main .follow-action-bottom li:hover,
#page-fav .fav-main .search-types:hover,
#page-fav .fav-main .fav-action-bottom .search-results-num i {
#page-fav .fav-main .fav-action-bottom .search-results-num i,
.video-container.can-hover:hover .text-area .title,
.card .button-area .more-button:hover,
.card .more-panel .child-button:hover {
color: var(--bew-theme-color);
}
@@ -106,7 +109,9 @@
#page-fav .fav-main .fav-action-top .back-to-info:hover,
.sub-tabs .filter-content .cur-filter:hover,
.fans-name[style*='color'],
.dynamic-keyword {
.dynamic-keyword,
.card .main-content .user-name a[style*='color'],
.content-full .dynamic-link-hover-bg {
color: var(--bew-theme-color) !important;
}
@@ -164,7 +169,8 @@
.game-card__btn,
.be-tags-container .tag.new-tag,
#page-fav .fav-sidenav .fav-item.cur:hover .icon-cursor,
.favInfo-box .collection-details .collection-btn {
.favInfo-box .collection-details .collection-btn,
.video-container .types {
background-color: var(--bew-theme-color);
}
@@ -312,7 +318,8 @@
#page-follows .modal-container.edit-video-modal .target-follow-name .target-follow-notice,
#page-fav .search-empty-hint p,
.small-item .meta,
#page-fav .fav-main .fav-meta {
#page-fav .fav-main .fav-meta,
.video-container .text-area .content {
color: var(--bew-text-2);
}
@@ -579,7 +586,8 @@
#page-fav .fav-main .filter-item .filter-type .be-dropdown-item:hover,
#page-fav .fav-main .fav-video-list.is-batch .small-item.selected,
#page-fav .fav-main .fav-video-list.is-batch .small-item:hover,
.search-nav-item:hover {
.search-nav-item:hover,
.dynamic-link-hover-bg:hover {
background-color: var(--bew-fill-2);
}