<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.invert &gt; footer *, .invert &gt; header *:not(.btn-font, img, .search-box-close &gt; span, .toggleMenu &gt; span) {
    color: black !important;
    border-color: black!important;
    background-color: #ffff00!important;
    background: #ffff00!important;
}
.invert, .invert &gt; .sec-article-box *, .invert &gt; .sec-details-top *, .invert &gt; .article-content *, .invert &gt; .sec-article *, .invert &gt; section *, .invert &gt; main * {
  color: #ffff00 !important;
  background: black !important;
  background-color: black !important;
  border-color: #ffff00 !important;
}
.invert .title {
  color: #ffff00 !important;
}
.invert ul &gt; li:after {
  background: #ffff00 !important;
}
.invert .article-box-img-outer .budge-list {
  background: none !important;
}
.invert .budge {
  border-style: solid;
  border-width: 2px;
}
.invert &gt; .bg-light-gray {
  color: #ffff00 !important;
  background: black !important;
  background-color: black !important;
}
.invert .title:after {
  background: #ffff00 !important;
}
.invert .search-marsh a:after {
  background-image: url(../images/link-icon-contrast.png) !important;
}
.invert .border-top, .invert .border-bottom {
  border-color: #ffff00 !important;
}
/* ---- FOOTER ----*/
.invert .footer-social li {
  overflow: hidden;
}
.invert .footer-head {
  border-style: solid;
  border-width: 2px;
}

/* ---- BUTTONS ----*/
.invert .important-box-btn &gt; a {
  border-color: #ffff00!important;
  color: #ffff00!important;
}
.invert .important-box-btn &gt; a:hover {
  border-color: white!important;
  color: white!important;
}
.invert .btn-black:hover {
  color: #ffff00!important;
}
/* ---- HEADER ----*/
.invert .menu &gt; ul &gt; li:hover &gt; a, .invert .menu &gt; ul &gt; li.active &gt; a {
  color: black!important;
  font-weight: 1000!important;
}
.invert .menu &gt; ul &gt; li:hover &gt; a:before {
  background: black!important;
  height: 4px!important;
}
.invert .footer-social li img {
  display: none
}
.footer-social .kontrast {
  display: none!important;
}
.kontrast {
  display: none;
}
.invert .logo, .invert .footer-logo, .invert .footer-social .social {
  display: none!important;
}
.invert .logo.kontrast, .invert .footer-logo.kontrast, .invert .footer-social .kontrast {
  display: block!important;
}
.invert img[src$="download-ico.PNG"] {
  content: url("../images/ico/download-ico-y.png");
}
@media(max-width:767.98px){
  .invert .closeMenu img,
  .invert .btn-font.active {
    filter: invert(100%);
  }
}</pre></body></html>