Skip to content

Commit

Permalink
update game site to always be in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrave committed Jun 9, 2020
1 parent 746afc3 commit 62ba3ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quicksilver_frontend/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
min-height: 100%;
}

body {
background-color: #111;
}

canvas {
position: fixed;
top: 50%;
Expand Down

0 comments on commit 62ba3ea

Please sign in to comment.