common-main.scss: do not apply colours to input
This commit is contained in:
parent
ab312bfe20
commit
0a793b90cc
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user