]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comment.component.scss
Blue links color in comments
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment.component.scss
index c90f9849bdcc6ba28cf86d1bce0f0126f81615f1..78bcfe1212a432784f9023e961d33e02969691b4 100644 (file)
     .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 {