@media screen {
	body { background-color: var(--darkColor); }
	#logo { mix-blend-mode: multiply; }
	#modal-loading .logo { filter: unset; }
}

