mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(adapted-styles): improve dark mode style on creative center page
This commit is contained in:
@@ -12,9 +12,15 @@
|
||||
micro-app[name="allowance-excitation"] .loading > .loading-img,
|
||||
micro-app[name="template-incentive"] .header-bg,
|
||||
micro-app[name="upower-manage"] .rights .level-right:after,
|
||||
micro-app[name="video-up"] .video-complete .bg {
|
||||
micro-app[name="video-up"] .video-complete .bg,
|
||||
.article-card.v2 .cover-wrp .duration,
|
||||
.bmc-video-card .video-preview__duration {
|
||||
filter: var(--bew-filter-force-dark);
|
||||
}
|
||||
|
||||
.nav-item.message iframe {
|
||||
filter: none !important;
|
||||
}
|
||||
}
|
||||
// #endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user