fix textarea bg

This commit is contained in:
Matthew Hodgson 2017-01-20 02:22:11 +00:00
parent 17e215036d
commit fa535996ae

View File

@ -55,7 +55,7 @@ a:visited {
color: $accent-color;
}
input[type=text], input[type=password] {
input[type=text], input[type=password], textarea {
background-color: transparent;
color: $primary-fg-color;
}