set color for form elements

This commit is contained in:
Kyle Spearrin 2018-04-19 22:54:37 -04:00
parent 403151951c
commit 04015c5fcb
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@import "variables.scss";
@import "variables.scss";
* {
box-sizing: border-box;
@ -41,6 +41,10 @@ a {
}
}
input, select, textarea {
color: $text-color;
}
input, select, textarea, button {
font-size: $font-size-base;
font-family: $font-family-sans-serif;