From e1000da305a3ef4c43bee38eaf454e160b83d8a4 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sat, 16 Jan 2021 19:11:08 +0100 Subject: [PATCH] Make index.html background color brighter to make Egui pop --- docs/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 869899d1..a2446dac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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: */