Merge pull request #308 from anomatomato/feat/cursor-pointer

style: Add pointer cursor to every button in pomodoro view
This commit is contained in:
callumalpass 2025-07-28 22:19:09 +10:00 committed by GitHub
commit dbe2120515
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,11 @@
justify-content: center;
background: var(--tn-bg-primary);
min-height: 100vh;
button {
cursor: pointer;
}
}
/* ================================================