From 9947e9268062e7c1543983b838cc6a0991b87ee0 Mon Sep 17 00:00:00 2001 From: Octavio Cano Date: Wed, 6 Sep 2023 16:05:42 +0900 Subject: [PATCH] - task: this commit updates theme color --- frontend/src/static/css/config/_dark_theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/static/css/config/_dark_theme.scss b/frontend/src/static/css/config/_dark_theme.scss index 26dddb0..bbae8a7 100755 --- a/frontend/src/static/css/config/_dark_theme.scss +++ b/frontend/src/static/css/config/_dark_theme.scss @@ -94,7 +94,7 @@ body.dark_theme { --comment-date-hover-text-color: #fff; --comment-text-color: rgba(255, 255, 255, 0.88); - --comment-text-mentions-background-color-highlight:##5954ED; + --comment-text-mentions-background-color-highlight:#999ee4; --comment-actions-material-icon-text-color: rgba(255, 255, 255, 0.74);