mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
Merge pull request #308 from anomatomato/feat/cursor-pointer
style: Add pointer cursor to every button in pomodoro view
This commit is contained in:
commit
dbe2120515
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@
|
|||
justify-content: center;
|
||||
background: var(--tn-bg-primary);
|
||||
min-height: 100vh;
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* ================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue