From 0137f43cedb0c89547d161f204a55d8bbd30e04f Mon Sep 17 00:00:00 2001 From: Hakadao Date: Wed, 17 Jan 2024 00:29:16 +0800 Subject: [PATCH] style: adjust areas not yet compatible with dark mode --- src/styles/adaptedStyles/channelPage.scss | 4 ---- src/styles/adaptedStyles/comments.scss | 22 +++++++++++++++++----- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/styles/adaptedStyles/channelPage.scss b/src/styles/adaptedStyles/channelPage.scss index ad581795..90c9bb33 100644 --- a/src/styles/adaptedStyles/channelPage.scss +++ b/src/styles/adaptedStyles/channelPage.scss @@ -70,10 +70,6 @@ box-shadow: 0 0 0 1px var(--bew-border-color) inset; } - .b-img { - background-color: var(--bew-fill-4); - } - .season-cover { background-color: transparent; } diff --git a/src/styles/adaptedStyles/comments.scss b/src/styles/adaptedStyles/comments.scss index f46b5703..4eeec120 100644 --- a/src/styles/adaptedStyles/comments.scss +++ b/src/styles/adaptedStyles/comments.scss @@ -53,14 +53,25 @@ &.dark { // Comment input box - .reply-box .box-normal .reply-box-warp .reply-box-textarea { - background-color: var(--bew-fill-1); - border-color: var(--bew-border-color); - } + // .reply-box .box-normal .reply-box-warp .reply-box-textarea { + // background-color: var(--bew-fill-1); + // border-color: var(--bew-border-color); + // } .bili-comment.browser-pc { // background-color: var(--bew-content-solid-1); } + + .reply-box .box-normal .reply-box-warp, + .reply-box .box-expand .reply-box-emoji .emoji-btn, + .reply-box .box-expand .at-btn, + .reply-box .box-expand .image-btn { + border-color: var(--bew-border-color); + } + + .reply-box .box-expand .svg-icon svg path { + filter: invert(1) hue-rotate(180deg); + } } // #endregion @@ -283,7 +294,8 @@ color: var(--bew-text-2) !important; } - .bb-comment .reply-notice .notice-item, .comment-bilibili-fold .reply-notice .notice-item{ + .bb-comment .reply-notice .notice-item, + .comment-bilibili-fold .reply-notice .notice-item { background-color: var(--Ye1); border-color: var(--Ye1); color: var(--Or7);