diff --git a/aio/content/examples/toh-pt0/src/styles.1.css b/aio/content/examples/toh-pt0/src/styles.1.css index 2fb0dfc708db..c1f208a27a7d 100644 --- a/aio/content/examples/toh-pt0/src/styles.1.css +++ b/aio/content/examples/toh-pt0/src/styles.1.css @@ -16,6 +16,28 @@ body, input[type="text"], button { color: #333; font-family: Cambria, Georgia, serif; } +button { + background-color: #eee; + border: none; + border-radius: 4px; + cursor: pointer; + color: black; + font-size: 1.2rem; + padding: 1rem; + margin-right: 1rem; + margin-bottom: 1rem; + margin-top: 1rem; +} +button:hover { + background-color: black; + color: white; +} +button:disabled { + background-color: #eee; + color: #aaa; + cursor: auto; +} + /* everywhere else */ * { font-family: Arial, Helvetica, sans-serif;