fix: turns out I'm blind, remove underline from register button

This commit is contained in:
Monty 2021-11-21 14:43:47 +01:00
parent 174dee6580
commit e9e5001e2e
No known key found for this signature in database
GPG Key ID: 41F86BF1BCDF9A7C

View File

@ -71,6 +71,10 @@ form.login a.pwdreset:hover {
color: var(--text);
}
form.login .register {
text-decoration: none;
}
form.login .register button {
background: var(--btn-secondary);
margin-top: 18px;