add textarea to sass dark mode text color override
This commit is contained in:
parent
b80613b8a8
commit
7b0a8ad4f8
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ html {
|
|||
|
||||
input[type=email],
|
||||
input[type=text],
|
||||
input[type=password] {
|
||||
input[type=password],
|
||||
textarea {
|
||||
color: $off-black;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue