fix up a few more colours

This commit is contained in:
Matthew Hodgson 2016-12-31 14:27:44 +00:00
parent c6beaa1631
commit 35b3013386
4 changed files with 14 additions and 3 deletions

View file

@ -55,8 +55,13 @@ a:visited {
color: $accent-color;
}
input[type=text] {
background-color: $primary-bg-color;
color: $primary-fg-color;
}
input[type=text].error, input[type=password].error {
border: 1px solid red;
border: 1px solid $warning-color;
}
input[type=text]:focus, textarea:focus {