]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/login/login.component.scss
Merge branch 'pr/2629' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / login / login.component.scss
index 900b2467a189c5ecc348005743f5693cf2f14a42..8ac231475ecc52c1ab015c18e04eb72a981752cd 100644 (file)
@@ -18,6 +18,12 @@ input[type=submit] {
 }
 
 .create-an-account, .forgot-password-button {
-  color: #000;
+  color: var(--mainForegroundColor);
   cursor: pointer;
+  transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1);
+  
+  &:hover {
+    text-decoration: none !important;
+    opacity: .7 !important;
+  }
 }