/* Preserve logo proportions; white transparent logo only in the sidebar. */
#logo { object-fit: contain; height: auto; }
.task-login #logo { width: 320px; max-width: 85vw; max-height: none; background: #fff; }
body:not(.task-login) #layout-menu #logo { background: transparent; filter: brightness(0) invert(1); opacity: 1; }
html.dark-mode #logo { opacity: 1; }
