aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-05 20:00:47 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-09-05 20:00:47 +0200
commit66467298e636875c1d1016902a98624adf8bc242 (patch)
tree449ab07388ade148d1c23fbaf1ecfa3351f745b3 /client/src/app/videos/+video-watch/comment/video-comment.component.scss
parentdb6d617dd2e578894661e57dafe02194e2b28f16 (diff)
downloadPeerTube-66467298e636875c1d1016902a98624adf8bc242.tar.gz
PeerTube-66467298e636875c1d1016902a98624adf8bc242.tar.zst
PeerTube-66467298e636875c1d1016902a98624adf8bc242.zip
fix comment and top-menu placement regressions
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comment.component.scss')
-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 }