docs: fix typo (#26776)

PR Close #26776
This commit is contained in:
djy0 2018-10-26 15:53:38 +08:00 committed by Matias Niemelä
parent e7eec2e44b
commit 45d3c8093b

View File

@ -12,7 +12,7 @@ h2, h3 {
body {
margin: 2em;
}
body, input[text], button {
body, input[type="text"], button {
color: #888;
font-family: Cambria, Georgia;
}