  .column > .scrollable,
  .column-header,
  .column-subheading,
  .notification__filter-bar {
    background: #282c37;
    border-radius: 0 0 4px 4px;
  }
  
  .notification__filter-bar {
    background: #1f232b;
    border-radius: 0 0 4px 4px;
  }
  
  .column-header {
    background: #313543;
  }
  
  .getting-started, .column-subheading, .link-footer p, .link-footer span {
    color: #606984;
    overflow: auto;
  }
  
  .link-footer a {
    text-decoration: none;
  }
  
  .drawer__inner, .drawer__inner__mastodon, .drawer__header, .column-link {
    background: #444b5d;
  }

  .compose-form .autosuggest-textarea__textarea, .compose-form .spoiler-input__input {
    background: #fff;
    color: #000;
  }
  
  .search__input, .search__input::placeholder {
    color: #fff;
  }
  .compose-form__highlightable {
    background: #ebebeb;
  }


.status__content {
    line-height: 20px!important;
}
.column {
    width: calc((100vw - 340px)/3 - 20px);
    min-width: 340px;
}



.media-gallery {
  aspect-ratio: 16 / 9!important;
}

