syncs styling rules for buttons/inputs to ensure consistency

This commit is contained in:
Brian Talbot
2013-06-12 11:00:15 -04:00
parent 050846af71
commit 832da3ad48
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ body {
color: $gray-d2;
}
body, input {
body, input, button {
font-family: 'Open Sans', sans-serif;
}