Skip to content

Commit

Permalink
Add Figma's curors
Browse files Browse the repository at this point in the history
  • Loading branch information
benfwalla committed Jun 10, 2024
1 parent fab2d6c commit 0cf5c89
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/cursors/cursorDefault.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/css/cursors/cursorPointer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/css/cursors/cursorText.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,13 @@ a {

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

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

a:hover {
cursor: url('cursors/cursorPointer.svg'), auto;
}

0 comments on commit 0cf5c89

Please sign in to comment.