diff --git a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss
index 4bcbccdf64c00c235709a5e449a65c11b7467012..8c2a3959dc7dce6e0bd3e73023013ae11a069fa2 100644
--- a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss
+++ b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss
@@ -126,7 +126,7 @@ h3 {
 }
 
 .selected {
-  font-weight: bold;
+  color: var(--red) !important;
 }
 
 .active-filter .mat-icon {
diff --git a/src/app/components/shared/comment-list/comment-list.component.scss b/src/app/components/shared/comment-list/comment-list.component.scss
index 387df1437ee64035edfe0a740eee9305bd63b829..dc47b596a283a5f922155b9a9184948de3462a6f 100644
--- a/src/app/components/shared/comment-list/comment-list.component.scss
+++ b/src/app/components/shared/comment-list/comment-list.component.scss
@@ -208,7 +208,7 @@ h3 {
 }
 
 .selected {
-  font-weight: bold;
+  color: var(--red) !important;
 }
 
 .active-filter .mat-icon {