<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 840px) {
	ul.pcmenu:target li{
		display: block;
	}
	ul.pcmenu:target #toggle{
		display: none;
	}
	ul.pcmenu:target #hide{
		display: block;
	}
}</pre></body></html>