Skip to content

Commit

Permalink
Merge pull request #812 from UofT-Frosh-Orientation/fix-cursor-on-sch…
Browse files Browse the repository at this point in the history
…edule-buttons

Fix cursor on schedule buttons
  • Loading branch information
ashleyleal authored Jul 16, 2024
2 parents a46232a + 9724363 commit 5d20979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
transition: transform 200ms, opacity 500ms;
&:hover {
transform: scale(1.03);
cursor: pointer;
cursor: url('../../../../assets/cursor/cursor-2t4.png'), auto; // Apply custom cursor here
}
h1 {
font-size: 28px;
Expand Down

0 comments on commit 5d20979

Please sign in to comment.