Skip to content

Commit

Permalink
tweak cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed May 23, 2024
1 parent fe793a7 commit 6db037a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib/styles/app.global.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@use './breakpoints.scss' as *;

:root {
--bg-color: rgb(255, 245, 218);
Expand All @@ -7,7 +8,11 @@
color: #4a352c;
margin: 0;
min-height: 100vh;
cursor: url('/pointer.png') 5 5;
cursor: url('/pointer.png') 5 5, pointer;

@include mobile {
cursor: auto;
}
}

// a, button {
Expand Down

0 comments on commit 6db037a

Please sign in to comment.