From 5a57ee99ac5dc0910ce11b0eb458849f98b38a49 Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Tue, 23 Apr 2024 12:37:28 -0500 Subject: [PATCH] example: environment - change css text was colored white and therefore invisible. --- v3/examples/environment/assets/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/v3/examples/environment/assets/index.html b/v3/examples/environment/assets/index.html index 2be201ce9..32bb5ebba 100644 --- a/v3/examples/environment/assets/index.html +++ b/v3/examples/environment/assets/index.html @@ -7,7 +7,8 @@ body { padding-top: 75px; margin: 0 auto; - color: white; + background-color: white; + color: black; text-align: -webkit-center; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif } @@ -54,9 +55,7 @@ html += "Debug"+ result.Debug +""; if(result.PlatformInfo) { for (let key in result.PlatformInfo) { - if (obj.hasOwnProperty(key)) { html += ""+key+""+ result.PlatformInfo[key] +""; - } } } html += "";