Set canvas background to black...
..to avoid blending issues with white background
This commit is contained in:
parent
3c99093aed
commit
332f3b4f9d
9 changed files with 9 additions and 9 deletions
|
@ -57,7 +57,7 @@
|
|||
div.emscripten_border { border: 1px solid black; }
|
||||
|
||||
/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
|
||||
canvas.emscripten { border: 0px none; }
|
||||
canvas.emscripten { border: 0px none; background: black; }
|
||||
|
||||
#emscripten_logo {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue