From f21e349a942c4a6a1fe6bfa349be6f03be9a7d64 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Tue, 22 Apr 2025 20:48:26 +0200 Subject: [PATCH] Fix button cursor --- page/src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/page/src/App.css b/page/src/App.css index 494f7978..5d4ad00b 100644 --- a/page/src/App.css +++ b/page/src/App.css @@ -21,6 +21,10 @@ } } +button { + cursor: pointer; +} + .terminal-output { line-height: 1.5; font-weight: 600;