  /* Bílé logo pouze na landing page a about stránce */
  .ast-theme-transparent-header .ast-site-identity img.custom-logo,
  .ast-theme-transparent-header .ast-site-identity img {
      filter: brightness(0) invert(1);
  }