Fix noscript font color

This commit is contained in:
Tanner Collin 2020-11-02 00:36:11 +00:00
parent e59acefda9
commit 5281672000

View File

@ -35,10 +35,15 @@
body {
background: #000;
}
.nojs {
color: white;
}
</style>
</head>
<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>
<!--
This HTML file is a template.