Skip to content

Commit

Permalink
SUPP0RT-1143: Hide cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
turegjorup committed Jul 13, 2023
1 parent 0fc6425 commit d546968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/online-check/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<title>OS2Display online check</title>

<style>
html {
cursor: none;
}

body {
background-color: #333333;
margin-top: 10%;
Expand Down

0 comments on commit d546968

Please sign in to comment.