Skip to content

Commit

Permalink
feat: gray background canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoudan committed Aug 28, 2023
1 parent e2e6369 commit 981f0cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
body {
color: white;
background-color: black;
}

canvas {
background: #cdcdcd;
}

0 comments on commit 981f0cf

Please sign in to comment.