Skip to content

Commit

Permalink
Add flower cursor for spring
Browse files Browse the repository at this point in the history
  • Loading branch information
hartsick committed Apr 23, 2023
1 parent 3f92c95 commit ab2a23a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
Binary file removed app/assets/images/s1.png
Binary file not shown.
Binary file removed app/assets/images/s2.png
Binary file not shown.
Binary file removed app/assets/images/s3.png
Binary file not shown.
16 changes: 13 additions & 3 deletions app/assets/stylesheets/application.tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
@apply py-1 px-2 rounded-sm bg-primary-200;
}
.btn:hover {
@apply bg-secondary-100 cursor-pointer;
@apply bg-secondary-100;
}
.btn-cta {
@apply py-1 px-2 rounded-sm bg-secondary-100;
}
.btn-cta:hover {
@apply bg-secondary-200 cursor-pointer;
@apply bg-secondary-200;
}
.btn-sm {
@apply py-0.5 px-1 rounded-sm text-sm bg-primary-200;
}
.btn-sm:hover {
@apply bg-secondary-100 cursor-pointer;
@apply bg-secondary-100;
}

.link {
Expand All @@ -38,3 +38,13 @@
@apply underline text-primary-400 bg-primary-900 px-1;
}
}

body {
cursor: url(flower_cursor.png), auto;
}
a, button {
cursor: url(flower_cursor.png), pointer;
}
table a:hover {
text-decoration: underline;
}
Binary file added public/flower_cursor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab2a23a

Please sign in to comment.