Make noscript background white

master
Tanner Collin 4 years ago
parent 02b73a8b14
commit b252c6a207
  1. 2
      webclient/public/index.html

@ -38,7 +38,7 @@
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<noscript style="background: white">You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.

Loading…
Cancel
Save