Fix noscript font color
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user