set color for form elements

This commit is contained in:
Kyle Spearrin 2018-04-19 22:53:55 -04:00
parent 08e2ac291b
commit 072286dbe5
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ a {
}
}
input, select, textarea {
color: $text-color;
}
input, select, textarea, button {
font-size: $font-size-base;
font-family: $font-family-sans-serif;