]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/login/login.component.scss
HLS is only supported by ffmpeg 4
[github/Chocobozzz/PeerTube.git] / client / src / app / login / login.component.scss
index 4a37ee961b4e3ac92a0edcb23f75088f9cb85c3b..8541a2681378165adf4643e7e3056435e987fcac 100644 (file)
@@ -17,13 +17,11 @@ input[type=submit] {
   @include orange-button;
 }
 
-.forgot-password-button {
-  display: inline-block;
+.create-an-account, .forgot-password-button {
+  color: var(--mainForegroundColor);
   cursor: pointer;
-}
-
-.create-an-account {
-  @include disable-default-a-behaviour;
-
-  color: #000;
+  
+  &:hover {
+    text-decoration: underline !important;
+  }
 }