fix up a few more colours
This commit is contained in:
parent
c6beaa1631
commit
35b3013386
4 changed files with 14 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue