set button cursor to pointer

This commit is contained in:
2026-06-06 01:34:33 +02:00
parent 980805730a
commit 42ff52a4de
+1
View File
@@ -52,6 +52,7 @@ input {
.button {
background-color: var(--light-bg);
border: none;
cursor: pointer;
}
.button:focus {