Skip to content

Commit

Permalink
fix(app): remove unused cursor property
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Jul 14, 2024
1 parent 21797d6 commit 9a8f4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
box-sizing: border-box;
background-image: url(./src/assets/bg.png);
color: #d6e4f7;
cursor: move;
}

body {
Expand All @@ -30,6 +29,7 @@
display: flex;
flex-direction: column;
justify-content: space-around;
cursor: move;
}

#sys-info span:first-child {
Expand Down

0 comments on commit 9a8f4cf

Please sign in to comment.