diff --git a/aio/content/examples/toh-pt0/src/styles.1.css b/aio/content/examples/toh-pt0/src/styles.1.css index 7c4c2fe4c6..264b345eba 100644 --- a/aio/content/examples/toh-pt0/src/styles.1.css +++ b/aio/content/examples/toh-pt0/src/styles.1.css @@ -12,7 +12,7 @@ h2, h3 { body { margin: 2em; } -body, input[text], button { +body, input[type="text"], button { color: #888; font-family: Cambria, Georgia; }