<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 992px) {
    .header-logo .is_img img {
        max-height: 60rem;
    }

.pkp_structure_page &gt; .bg-white.py-3  {
    background: #303030;
}

.pkp_structure_head {
    background-color: #303030;
}

@media (min-width: 992px) {
    .pkp_navigation_primary&gt;li&gt;a {
        color: rgb(255 255 255 / 87%);
    }
}

#headerNavigationContainer &gt; div &gt; nav &gt; div &gt; div &gt; .issn &gt; a &gt; span {
    color: #ffffff;
}

#navigationUser .profile a {
    color: #ffffff;
}

body {
background-color: rgb(255 255 255) !important;
}
.pkp_structure_footer_wrapper {
    background: #dadada;
}

form[role="search"] input[type="search"] {
    color: white;
  }

  form[role="search"] input[type="search"]::placeholder {
    color: white;
    opacity: 1;
  }

form[role="search"] button[type="submit"] svg {
    color: white;
  }

form[role="search"] div.border-primary {
    border-color: #ffffff;
  }
</pre></body></html>