Skip to content

Commit 36ee7d0

Browse files
committed
Cursor Update
1 parent a0316a0 commit 36ee7d0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

17. Cursor/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ div.cursor {
4747
position: absolute;
4848
top: 50%;
4949
left: 50%;
50-
width: 15px;
51-
height: 15px;
52-
background: yellow;
50+
width: 20px;
51+
height: 20px;
52+
background: #FFFD01;
5353
border-radius: 50%;
5454
transform: translate(-50%, -50%);
55+
border: 2px solid white;
5556
}

0 commit comments

Comments
 (0)