mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(AdaptedStyles): support unadapted user space page graphic content style (#845)
* fix(AdaptedStyles): support unadapted user space page graphic content style * Update userSpacePage.scss --------- Co-authored-by: Hakadao <a578457889743@gmail.com>
This commit is contained in:
@@ -99,7 +99,8 @@
|
||||
.comment-bilibili-fold .operation .opera-list li:hover,
|
||||
.bili-topic-new__default__create__text,
|
||||
.subscribe-list li .subscribe-link,
|
||||
.i-live:hover .i-live-title {
|
||||
.i-live:hover .i-live-title,
|
||||
#page-article .row .breadcrumb .item.cur {
|
||||
color: var(--bew-theme-color);
|
||||
}
|
||||
|
||||
@@ -624,7 +625,8 @@
|
||||
}
|
||||
|
||||
.series-item .split-line,
|
||||
.wrapper .edit-video-modal .favlist-body:after {
|
||||
.wrapper .edit-video-modal .favlist-body:after,
|
||||
#page-article .row .breadline {
|
||||
background-color: var(--bew-border-color);
|
||||
}
|
||||
|
||||
@@ -654,7 +656,8 @@
|
||||
#pin-wrapper #pin-layer-search,
|
||||
#pin-wrapper .pin-layer-reason #pin-layer-reason-input input,
|
||||
.section .count,
|
||||
.btn-cancel {
|
||||
.btn-cancel,
|
||||
.article-card__no-img {
|
||||
background-color: var(--bew-fill-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user