<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a[data-on-hover-show][data-on-hover-fade="true"] img {
	-webkit-transition: opacity .2s ease-in-out .2s;
	-moz-transition: opacity .2s ease-in-out .2s;
	-o-transition: opacity .2s ease-in-out .2s;
	transition: opacity .2s ease-in-out .2s;
}</pre></body></html>