Skip to content

Commit

Permalink
Merge pull request #154 from chingu-voyages/development
Browse files Browse the repository at this point in the history
Update style.css
  • Loading branch information
PaulaR-05 authored Jun 6, 2023
2 parents 3b28295 + a49f526 commit d07df12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ button:hover {

.cursor {
cursor: none;
background-image: url('/docs/images/Rocket_Ship_Blue_cursor.png');
background-image: url('docs/images/Rocket_Ship_Blue_cursor.png');
width: 20px;
height: 20px;
position: fixed;
Expand Down Expand Up @@ -760,4 +760,4 @@ body {
body.dark-mode {
background-color: #474343;
color: #ffffff;
}
}

0 comments on commit d07df12

Please sign in to comment.