/* The shared DEV / Git / IDE logo keeps its original color and canvas. */
img.site-brand-logo {
  display:block;width:42px;height:42px;min-width:42px;max-width:none;
  flex:0 0 42px;object-fit:contain;padding:0;border:0;filter:none;
}
:root[data-theme="dark"] img.site-brand-logo {background:#fff;border-radius:50%}
.rail > a.logo {display:block;width:42px;height:42px;letter-spacing:normal;line-height:1}
.site-name > img.site-brand-logo {display:none}
@media(max-width:760px) {
  .rail > a.logo {display:none}
  .site-name {position:relative;padding-left:44px}
  .site-name > img.site-brand-logo {
    display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);
    width:34px;height:34px;min-width:34px;
  }
}
