]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/login/login.component.scss
Add ability to change email in client
[github/Chocobozzz/PeerTube.git] / client / src / app / login / login.component.scss
index 900b2467a189c5ecc348005743f5693cf2f14a42..8541a2681378165adf4643e7e3056435e987fcac 100644 (file)
@@ -18,6 +18,10 @@ input[type=submit] {
 }
 
 .create-an-account, .forgot-password-button {
-  color: #000;
+  color: var(--mainForegroundColor);
   cursor: pointer;
+  
+  &:hover {
+    text-decoration: underline !important;
+  }
 }