Don't turn links black inside forms
This commit is contained in:
parent
cdd8fe15fb
commit
d9307bc024
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue