fix various SCSS snafus

This commit is contained in:
Matthew Hodgson 2017-01-18 20:05:18 +00:00
parent ec1a2f6abf
commit 5b95986705
7 changed files with 7 additions and 8 deletions

View file

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