diff --git a/client/style.css b/client/style.css index 1458d17..700e94b 100644 --- a/client/style.css +++ b/client/style.css @@ -21,6 +21,12 @@ button, input, textarea { color: lime; background-color: black; border: 1px solid lime; + cursor: pointer; +} + +button:hover { + background-color: lime; + color: black; } textarea {