From 6304df89d66088dc825b910cc48371254a1adb7f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 18 Jun 2018 10:46:47 +0200 Subject: Blue links color in comments --- .../+video-watch/comment/video-comment.component.scss | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'client/src/app/videos/+video-watch/comment/video-comment.component.scss') 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 c90f9849b..78bcfe121 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 @@ -48,15 +48,17 @@ .comment-html { @include peertube-word-wrap; + // Mentions /deep/ a { - @include disable-default-a-behaviour; - - color: #000; - // Semi bold mentions &:not(.linkified-url) { + @include disable-default-a-behaviour; + + color: #000; + font-weight: $font-semibold; } + } } @@ -64,7 +66,8 @@ margin: 10px 0; display: flex; - .comment-action-reply, .comment-action-delete { + .comment-action-reply, + .comment-action-delete { color: #585858; cursor: pointer; margin-right: 10px; @@ -92,7 +95,7 @@ @media screen and (max-width: 600px) { .children { - margin-left: -40px; + margin-left: -35px; } .root-comment { -- cgit v1.2.3