Skip to content

Commit

Permalink
removed static logo to address performance concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z committed Oct 31, 2023
1 parent 9329b84 commit e81fd86
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions stregsystem/static/stregsystem/cursor.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
* {
cursor: url('cursor/frame14.png') 32 32, auto;
}

input:hover {

cursor: url('cursor/frame0.png') 32 32, auto;
Expand Down Expand Up @@ -46,4 +42,4 @@ input:hover {
86% {cursor: url('cursor/frame13.png') 32 32, auto;}
93% {cursor: url('cursor/frame14.png') 32 32, auto;}
100% {cursor: url('cursor/frame0.png') 32 32, auto;}
}
}

0 comments on commit e81fd86

Please sign in to comment.