Browse Source

Proper font-family for docs input fields (#7706) (#7708)

main
Michał Pierzchała 8 years ago
committed by Paul O’Shannessy
parent
commit
8ee53ad335
  1. 6
      _css/_typography.scss

6
_css/_typography.scss

@ -112,8 +112,6 @@ li {
line-height: 20px;
}
a {
color: $linkColor;
text-decoration: none;
@ -131,3 +129,7 @@ a {
.center {
text-align: center;
}
input {
font-family: inherit;
}

Loading…
Cancel
Save