<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
 ::selection {
   color: #fff;
   background:#BE6E37;
 }
 ::-moz-selection {
   color: #fff;
   background:#BE6E37;
 }
 body &gt; header ul.nav li.current-cat a {
  border-bottom: 4px solid #BE6E37;
  color: #BE6E37;
 }
 a:hover, a:focus, a:active {
  color: #BE6E37;
 }
 article.post span.category, article.single .desc span.category, .related-post .post-content .desc span.category {
  border-bottom: 2px solid #BE6E37;
 }
 #respond p.form-submit input {
  background: #BE6E37;
 }
 #respond p.form-submit input:hover {
  background: #BE6E37;
 }


 body &gt; footer {
  background: #000000 url(../images/bg-footer.jpg) no-repeat center top;
  background-size: 100% auto;
  margin-top: 80px;
  padding: 40px 0;
 }
 .subfooter {
  background: #000000;
 }
</pre></body></html>