body {
	background: #fff;
	color: #000;
	padding: 0;
	margin: 1rem;
}
::selection { background: #2ea24d; }
body > * { padding: 0; }
main { clear: none; }
nav > ul { column-count: 3; }
img { vertical-align: text-top; }
p { text-indent: 2em; }
li > p { text-indent: initial; }
pre { overflow: auto; }
ol, ul { list-style-type: upper-roman; }
a:visited { text-decoration-style: dashed; }
a:hover, a:focus { color: #fff; background: #000; }
a {
	color: #015c88;
	text-decoration-color: #015c88;
	text-decoration-style: dotted;
}
.footer-svg { width: 1.5rem; height: 1.5rem; padding: 0 0.5rem; }

@media (prefers-color-scheme:dark) {
	body { background: #000; color: #fff; }
	::selection { background: #015c88; }
	a:hover, a:focus { color: #000; background: #fff; }
	a { color: #2ea24d; text-decoration-color: #2ea24d; }
}
