fix(adapted-styles): improve dark mode style on creative center page

This commit is contained in:
Hakadao
2024-07-25 13:25:20 +08:00
parent c9fb418a7d
commit 4280fea194

View File

@@ -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
}