Skip to content

Commit

Permalink
fix: cursor pointer coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvivar committed Feb 15, 2019
1 parent f3b6516 commit d6e9f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/base/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $base-color: $color-black;
$background-color: $color-white;

$cursor-url: url(../assets/cursor.png);
$cursor-click-url: url(../assets/cursor-click.png);
$cursor-click-url: url(../assets/cursor-click.png) 14 0;

$border-size: 4px;

Expand Down

0 comments on commit d6e9f51

Please sign in to comment.