From 96327dc0c82961d70000fc27a73dfa86a65e139c Mon Sep 17 00:00:00 2001 From: AirboZH Date: Sun, 10 Mar 2024 21:24:04 +0800 Subject: [PATCH] pref: adapt comment widget base-info-color variable --- src/css/colors/typography-dark.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/css/colors/typography-dark.scss b/src/css/colors/typography-dark.scss index d08c50d..d9e3b80 100644 --- a/src/css/colors/typography-dark.scss +++ b/src/css/colors/typography-dark.scss @@ -117,8 +117,6 @@ /* Plugin-Comment-Widget */ --halo-comment-widget-base-color: #adbac7; --halo-comment-widget-base-info-color: #64748b; - --halo-comment-widget-base-info-color-hover: #94a3b8; - --halo-comment-widget-base-info-bg-color-hover: #475569; --halo-comment-widget-component-form-input-bg-color: #22272e; --halo-comment-widget-component-form-input-color: #afb0b1; --halo-comment-widget-component-form-input-border-color: #444c56; @@ -132,6 +130,9 @@ --halo-comment-widget-component-form-button-submit-border-color-hover: #cdd9e51a; --halo-comment-widget-component-form-button-emoji-color: #adbac7; + --halo-comment-widget-component-comment-item-action-bg-color-hover: #475569; + --halo-comment-widget-component-comment-item-action-color-hover: #94a3b8; + --halo-comment-widget-component-pagination-button-bg-color-hover: #475569; --halo-comment-widget-component-pagination-button-bg-color-active: #475569; --halo-comment-widget-component-pagination-button-border-color-active: #475569;