Skip to content

Commit e7f4c2c

Browse files
author
Nils Lindemann
committed
Change cursor for buttons
Huh? Why is this not a default?
1 parent 4b7c1ba commit e7f4c2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ h2 {
1818
margin-top:3em;
1919
}
2020

21+
button {
22+
cursor: pointer;
23+
}
24+
2125
.to-be-done {
2226
font-style:italic;
2327
}

0 commit comments

Comments
 (0)