Skip to content

Commit a0316a0

Browse files
committed
Cursor
1 parent ece62ed commit a0316a0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

17. Cursor/style.css

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

0 commit comments

Comments
 (0)