aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/comment')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.component.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss
index 285db061f..f331fab80 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss
+++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss
@@ -54,7 +54,7 @@
54 &:not(.linkified-url) { 54 &:not(.linkified-url) {
55 @include disable-default-a-behaviour; 55 @include disable-default-a-behaviour;
56 56
57 color: #000; 57 color: var(--mainForegroundColor);
58 58
59 font-weight: $font-semibold; 59 font-weight: $font-semibold;
60 } 60 }
@@ -73,7 +73,7 @@
73 margin-right: 10px; 73 margin-right: 10px;
74 74
75 &:hover { 75 &:hover {
76 color: #000; 76 color: var(--mainForegroundColor);
77 } 77 }
78 } 78 }
79 } 79 }