diff --git a/surfsense_web/app/globals.css b/surfsense_web/app/globals.css index 5dbd332..a744656 100644 --- a/surfsense_web/app/globals.css +++ b/surfsense_web/app/globals.css @@ -152,3 +152,7 @@ --sidebar-ring: 217.2 91.2% 59.8%; } } + +button { + cursor: pointer; +} \ No newline at end of file