Change color of noscript text to white.

This commit is contained in:
FireMaskterK 2021-10-10 16:02:28 +01:00
parent 8cf3b298de
commit 5dd2310674
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -15,7 +15,7 @@
</head> </head>
<body> <body>
<noscript> <noscript>
<strong <strong style="color: #fff"
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong enabled. Please enable it to continue.</strong
> >