Don't turn links black inside forms

This commit is contained in:
Sean Yesmunt 2019-02-20 17:16:33 -05:00 committed by GitHub
parent cdd8fe15fb
commit d9307bc024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,8 @@ form {
transition: border 0.2s;
}
[type="button"],
[type="submit"],
[type='button']:not(.button--link),
.button--primary {
color: $lbry-white;
padding-right: var(--spacing-m);