div.column {
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1
}

:root {
  --color-bg-primary: #000;
  --color-bg-ambient: #000;
  --color-bg-elevated: #000;
  --color-bg-overlay: #000;
  /* dropdowns, modals */
  --color-bg-secondary-base: #000;
  --color-bg-secondary-solid: #000;
}

:root {
  --color-bg: #000;
  --color-bg-primary: #000;
  --color-bg-ambient: #000;
  --color-bg-elevated: #000;
  --color-bg-overlay: #000;
  /* dropdowns, modals */
  --color-bg-secondary-base: #000;
  --color-bg-secondary-solid: #000;
}

.drawer__inner__mastodon {
  background-image: url("https://example.com/images/logo.png");
  background-size: contain;
  background-color: #000000;
  opacity: 0.0;
}

.drawer__inner__mastodon img {
  display: none;
}


