mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(adapted-styles): resolve video page style mistakes (#1053)
Co-authored-by: Hakadao <a578457889743@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user