@media (prefers-color-scheme: dark) {
	body {
		background-color: rgb(45, 46, 46);
	}
}
