Fix noscript font color

master
Tanner Collin 4 years ago
parent e59acefda9
commit 5281672000
  1. 7
      webclient/public/index.html

@ -35,10 +35,15 @@
body { body {
background: #000; background: #000;
} }
.nojs {
color: white;
}
</style> </style>
</head> </head>
<body> <body>
<noscript style="background: white">You need to enable JavaScript to run this app.</noscript> <div class="nojs">
<noscript>You need to enable JavaScript to run this app.</noscript>
</div>
<div id="root"></div> <div id="root"></div>
<!-- <!--
This HTML file is a template. This HTML file is a template.

Loading…
Cancel
Save