<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html body .section-header.mt-0 {
    color: white !important; /* Wymuszenie koloru tekstu na biaĹ‚y */
    -webkit-text-fill-color: white !important; /* Dla tekstu z efektami */
    background: none !important; /* UsuniÄ™cie gradientu, jeĹ›li to problem */
}

html body .section-header.mt-0::after {
    color: white !important; /* Zmiana koloru pseudo-elementu */
    -webkit-text-fill-color: white !important;
}

.gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #111) !important;
}

#section1 {
  background: url('https://dfdu1vke3eg77.cloudfront.net/spaces/538/uploads/u8aP844k1lUMPAZcjcaR4GjiEDWIO6UlckWIXfKl.png') center center / cover no-repeat !important;
}

#section1 .featured-games {
  background: transparent !important;
}</pre></body></html>