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;
|
transition: border 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
[type="button"],
|
|
||||||
[type="submit"],
|
[type="submit"],
|
||||||
|
[type='button']:not(.button--link),
|
||||||
.button--primary {
|
.button--primary {
|
||||||
color: $lbry-white;
|
color: $lbry-white;
|
||||||
padding-right: var(--spacing-m);
|
padding-right: var(--spacing-m);
|
||||||
|
|
Loading…
Add table
Reference in a new issue