/* DEV community logo: original color, complete square canvas, no filters. */
img.community-logo,
.brand img.community-logo,
.wl-brand img.community-logo {
  display:block;
  width:42px;
  height:42px;
  min-width:42px;
  max-width:none;
  max-height:none;
  flex:0 0 42px;
  object-fit:contain;
  padding:0;
  border:0;
  border-radius:0;
  filter:none;
}
:root[data-theme="dark"] img.community-logo {
  background:#fff;
  border-radius:50%;
}
