<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* fade-page */
.fade-layer,
body:before{
	content: '';
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:99999;
}
body.fade-layer-off:before{
	content: none;
}</pre></body></html>