Skip to content

Commit

Permalink
fix: apply invert only to canvas, not container
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Jan 18, 2021
1 parent f7b3981 commit ee700ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ button {
padding: 0;
}

.invert {
.invert canvas {
background: #000;
}

0 comments on commit ee700ec

Please sign in to comment.