fix(a11y): better contrast on placeholders
This commit is contained in:
parent
1c6ff09c5b
commit
26f65e250c
1 changed files with 5 additions and 0 deletions
|
@ -565,3 +565,8 @@
|
|||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
color: $dark-grey;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue