Skip to content

Commit

Permalink
dev: fix background to match loading gif
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Mar 7, 2024
1 parent 57cd086 commit 77804d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<style>
body {
background-color: #0e0e0f;
background-color: #101010;
background-image: url(./loading.gif);
background-size: 50%;
background-repeat: no-repeat;
Expand Down

0 comments on commit 77804d6

Please sign in to comment.