diff --git a/style.css b/style.css index 2aa4476..d77c957 100644 --- a/style.css +++ b/style.css @@ -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; @@ -760,4 +760,4 @@ body { body.dark-mode { background-color: #474343; color: #ffffff; -} \ No newline at end of file +}