Commit 7b0a8ad4 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

add textarea to sass dark mode text color override

parent b80613b8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ html {

input[type=email],
input[type=text],
input[type=password] {
input[type=password],
textarea {
	color: $off-black;
}