<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #292929;
	color: #ccc;
}

a {
	color: #ccc;
}

a:hover {
	color: #ccc;
}

.disabled {
	color: #666;
}

.selected {
	border-bottom: solid 1px #ccc;
}

.unselected {
	border-bottom: solid 1px #292929;
}</pre></body></html>