Make index.html background color brighter to make Egui pop
This commit is contained in:
parent
03c667149a
commit
e1000da305
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
/* Background color for what is not covered by the canvas, and where the canvas is translucent. */
|
/* Background color for what is not covered by the egui canvas,
|
||||||
background: #202020;
|
or where the egui canvas is translucent. */
|
||||||
|
background: #404040;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Allow canvas to fill entire web page: */
|
/* Allow canvas to fill entire web page: */
|
||||||
|
|
Loading…
Reference in a new issue