Fix textarea font color

This commit is contained in:
Christian Bundy 2019-09-29 19:35:53 -07:00
parent 0593635ca3
commit c2dcdb94e0
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237

View File

@ -307,6 +307,7 @@ textarea {
transition: 0.0625s all ease;
border: var(--thin-stroke) solid var(--off-white);
border-radius: var(--common-radius);
color: var(--primary);
}
/*