Skip to content

Commit 7a2a247

Browse files
committed
Change cursor type
1 parent 3d1dc74 commit 7a2a247

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
touch-action: none;
1919
border: 0.5px solid rgba(0,0,0,0.1);
2020
box-shadow: 1px 1px 1px 0.5px rgba(0,0,0,0.1);
21+
cursor: crosshair;
2122
}
2223

2324
#floatingButton {
2425
background: #97a5a8;
2526
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
2627
transition: transform 0.1s, opacity 1s;
28+
cursor: pointer;
2729
}
2830
#floatingButton:active {
2931
transform: scale(0.9, 0.9);

0 commit comments

Comments
 (0)