common-main.scss: do not apply colours to input

This commit is contained in:
Adhityaa Chandrasekar 2019-05-03 19:45:44 -04:00
parent ab312bfe20
commit 0a793b90cc

View File

@ -3,6 +3,9 @@
html, input, button, textarea { html, input, button, textarea {
font-family: 'Source Sans Pro', sans-serif; font-family: 'Source Sans Pro', sans-serif;
}
html {
font-size: 14px; font-size: 14px;
color: $gray-7; color: $gray-7;
background: $gray-0; background: $gray-0;