fix(adapted-styles): resolve video page style mistakes (#1053)

Co-authored-by: Hakadao <a578457889743@gmail.com>
This commit is contained in:
陈生杂物房
2024-10-10 01:17:54 +08:00
committed by GitHub
parent 8fc256870b
commit 924416f960

View File

@@ -99,6 +99,10 @@
background-color: var(--bew-theme-color-10);
}
.video-argue .video-argue-inner.strong {
background-color: var(--bew-error-color-10);
}
.video-sections-v1 .video-sections-head_first-line .first-line-left .first-line-title:hover,
.note-detail .note-operation .tab-action-item.is-active .tab-icon {
color: var(--bew-theme-color);
@@ -143,6 +147,10 @@
color: white;
}
.video-argue .video-argue-inner.strong {
color: var(--bew-error-color);
}
.coin-operated-m-exp .mc-box:hover,
.coin-operated-m-exp .mc-box.on,
.note-pc .note-container .note-header .note-operation,
@@ -307,6 +315,10 @@
background-color: var(--bew-elevated-solid);
}
.app .navbar {
background-color: var(--bew-bg) !important; // 稿件举报窗
}
.resizable-component .editor-innter {
background-color: unset;
}