add textarea to sass dark mode text color override

This commit is contained in:
Daniel Friesel 2019-11-19 19:47:52 +01:00
parent b80613b8a8
commit 7b0a8ad4f8

View file

@ -16,6 +16,7 @@ html {
input[type=email], input[type=email],
input[type=text], input[type=text],
input[type=password] { input[type=password],
textarea {
color: $off-black; color: $off-black;
} }