diff --git a/docs/_css/_typography.scss b/docs/_css/_typography.scss index 4c3158a20e..3d94ba05b6 100644 --- a/docs/_css/_typography.scss +++ b/docs/_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; +}