/* DISCIPLAY light-theme correction: the auth aside uses a separate logo class. */
html:not(.dark) body[data-theme-preset="disciplay"] .dp-auth-aside-brand img,
html:not(.dark) body[data-theme-preset="disciplay"] .dp-auth-mobile-logo {
  filter: none;
}

/* Keep any remaining branded raster logo readable on the light shell. */
html:not(.dark) body[data-theme-preset="disciplay"] .dp-app-shell [data-slot="sidebar"] img[src*="disciplay"] {
  filter: none;
}
