Skip to content

Commit

Permalink
Change cursor posn
Browse files Browse the repository at this point in the history
  • Loading branch information
benfwalla committed Jun 10, 2024
1 parent 7d06214 commit 780f2eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ a {

html {
font-family: $sans-serif;
cursor: url('cursors/cursorDefault.svg'), auto;
cursor: url('cursors/cursorDefault.svg') 0 0, auto;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
cursor: url('cursors/cursorText.svg'), auto;
cursor: url('cursors/cursorText.svg') 7 13, auto; /* Center for 13x25 cursor */
}

a:hover {
cursor: url('cursors/cursorPointer.svg'), auto;
}
a, i {
cursor: url('cursors/cursorPointer.svg') 3 0, auto; /* Top-left tip slightly to the right for 28x29 pointer cursor */
}

0 comments on commit 780f2eb

Please sign in to comment.