<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* White.css */
body {
	color:#333;
}
#hint {
	color:#000;
}
#header #title h1 {
	color:#000;
}
#header #title h1 a,
#header #title h1 a:hover {
	color:#000;
}
#share a, #shares a {
	color:#000;
}
#shares a:hover {
	background-color:#fff;
}
#images .caption h2,
#images .caption .comment {
	color:#000;
}
#images .caption p.meta b {
	color:#000;
}
#thumbs #thumbbg {
	background-color:#fff;
	border-top:none;
	border-bottom:none;
}
ul.thmb li:hover {
	background-color:#ddd;
}
ul.thmb li.active {
	background-color:#000;
}

</pre></body></html>