]> git.mxchange.org Git - friendica.git/commitdiff
Make register-link less obtrusive.
authorAndreas Neustifter <andreas.neustifter@gmail.com>
Tue, 24 Apr 2018 21:18:31 +0000 (21:18 +0000)
committerAndreas Neustifter <andreas.neustifter@gmail.com>
Tue, 24 Apr 2018 21:18:31 +0000 (21:18 +0000)
view/theme/frio/css/style.css

index c4d64973e3c1df5e479faf025651432e79bba33e..9c543160585400b597ba2bbc2d5c96467ccd2907 100644 (file)
@@ -3153,6 +3153,8 @@ section .profile-match-wrapper {
     clear: both;
 }
 #register-link {
+    color: white;
+    background: #8ad0a1;
     width: 100%;
 }
 #login-end {
@@ -3214,7 +3216,7 @@ section .profile-match-wrapper {
     }
     .mod-home.is-not-singleuser .login-form > #login-extra-links {
         margin-top: unset;
-        background-color: #8ad0a1;
+        background-color: white;
     }
 
     .mod-home.is-not-singleuser .login-form > #login-form label,