<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Skin-specific CSS code */


:root{
	--fontSize: 0.8em;
	--fontStyle: sans-serif;
	--rootBG: #f0eeeb;
  --contentBG:#fff;
	--contentFG: black;
  --titleColor: #74515f;
  --footerFG: #666;
	--borderColor: #e0dcd8;
  --borderWidth: 8px;
	--borderRadius: 0rem;
	--accentColor: #74515f;
	--accentColorLight: #74515fb8;
  --emphasisBG: #f0eeeb;
  --emphasisRadius: 0.2rem;
  --extraBG: transparent;
  --extraRadius: 0rem;
}
</pre></body></html>