forked from tanner/qotnews
Fix noscript font color
This commit is contained in:
parent
e59acefda9
commit
5281672000
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user