Skip to content

Commit

Permalink
pref: adapt comment widget base-info-color variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AirboZH committed Mar 10, 2024
1 parent 3f96aeb commit 5695444
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/css/colors/typography-dark.scss
Expand Up @@ -116,6 +116,9 @@

/* 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;
Expand All @@ -127,12 +130,7 @@
--halo-comment-widget-component-form-button-submit-bg-color: #347d39;
--halo-comment-widget-component-form-button-submit-border-color: #cdd9e51a;
--halo-comment-widget-component-form-button-submit-border-color-hover: #cdd9e51a;
--halo-comment-widget-component-form-button-emoji-color: #768390;

--halo-comment-widget-component-comment-item-meta-info-color: darkgary;
--halo-comment-widget-component-comment-item-action-bg-color-hover: #475569;
--halo-comment-widget-component-comment-item-action-color: #768390;
--halo-comment-widget-component-comment-item-action-color-hover: #94a3b8;
--halo-comment-widget-component-form-button-emoji-color: #adbac7;

--halo-comment-widget-component-pagination-button-bg-color-hover: #475569;
--halo-comment-widget-component-pagination-button-bg-color-active: #475569;
Expand Down

0 comments on commit 5695444

Please sign in to comment.