@media (prefers-color-scheme: dark) {
	html {
		filter: invert(100%);
	}
}
a {
	color: #3366cc;
}
div {
	margin: 1em;
}
