From 0c68a701305e5fbc81cf107c6df4032c896bde86 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 4 Dec 2020 18:50:27 +0100 Subject: [PATCH] buttons have hands --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index 4f149ef..1502763 100644 --- a/css/main.css +++ b/css/main.css @@ -61,6 +61,10 @@ textarea { font-style: normal; } +button { + cursor: pointer; +} + button, input { font-size: inherit; font-weight: inherit;