set button cursor to pointer

This commit is contained in:
2026-07-28 20:06:24 +02:00
committed by jakob.scheid
parent e278c51676
commit 81252bf95d
+1
View File
@@ -54,6 +54,7 @@ input {
.button { .button {
background-color: var(--light-bg); background-color: var(--light-bg);
border: none; border: none;
cursor: pointer;
} }
.button:focus { .button:focus {