this repo has no description

Fix background color of validation report.

Changed files
+1
+1
index.html
··· 85 85 <link rel="stylesheet" href="{{location.protocol}}//{{location.host}}/style.css"> 86 86 <style> 87 87 body { overflow-y: auto; } 88 + html, body { background: #FFFFFF; } 88 89 </style> 89 90 <div class="report"> 90 91 <h1>Validation report</h1>