Change color of noscript text to white.

This commit is contained in:
FireMaskterK 2021-10-10 16:02:28 +01:00 committed by Filipe Medeiros
parent 8fa3f9d501
commit 2e8f4f5c36

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
> >