mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 16:54:09 +00:00
Make index.html background color brighter to make Egui pop
This commit is contained in:
+3
-2
@@ -14,8 +14,9 @@
|
||||
}
|
||||
|
||||
body {
|
||||
/* Background color for what is not covered by the canvas, and where the canvas is translucent. */
|
||||
background: #202020;
|
||||
/* Background color for what is not covered by the egui canvas,
|
||||
or where the egui canvas is translucent. */
|
||||
background: #404040;
|
||||
}
|
||||
|
||||
/* Allow canvas to fill entire web page: */
|
||||
|
||||
Reference in New Issue
Block a user