]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/comment/video-comment.component.scss
Add settings button after plugin install
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / comment / video-comment.component.scss
index 61fd24c70972b72df9e14e1b6cce2fac6fa13b45..f6ff376b9fcc5e52283b6f6924ee00e777c904a1 100644 (file)
           @include disable-default-a-behaviour;
 
           color: pvar(--mainForegroundColor);
+
+          &:hover {
+            text-decoration: underline;
+          }
         }
 
         .comment-account-fid {
         color: pvar(--greyForegroundColor);
         margin-left: 5px;
         text-decoration: none;
+
+        &:hover {
+          text-decoration: underline;
+        }
       }
     }