/* tankie.club — match homepage: black bg, white monospace, crimson #b1002e accents */
* { font-family: monospace !important; }
body, .ui, .columns-area, .columns-area__panels, .columns-area__panels__main,
.columns-area__panels__pane__inner, .drawer__inner, .drawer__inner__mastodon,
.column > .scrollable, .column, .scrollable, .status, .detailed-status,
.account, .navigation-bar, .compose-form, .column-header, .column-header__wrapper,
.column-header__collapsible, .column-back-button, .getting-started,
.getting-started__wrapper, .account__header__bar, .notification,
.empty-column-indicator, .column-link, .drawer__header, .tabs-bar,
.search__input, .autosuggest-textarea__textarea, .compose-form__autosuggest-wrapper,
.report-dialog-modal, .boost-modal, .confirmation-modal, .actions-modal,
.dropdown-menu, .privacy-dropdown__dropdown, .language-dropdown__dropdown {
  background: #000 !important;
  border-color: #222 !important;
}
.column-header, .drawer__header { border-bottom: 2px solid #b1002e !important; }
h1, h2, h3, h4, p, span, .status__content, .display-name__html,
.column-header__title, .account__header__content { color: #fff !important; }
a, .status__content a, .status__display-name, .detailed-status__display-name,
.account__display-name, .column-link:hover, .status__relative-time {
  color: #b1002e !important;
}
.button, .button:active, .button:focus,
.compose-form__publish .button, .compose-form__publish .button--block,
.column-header__button.active, .icon-button.active,
.status__action-bar-button.active {
  background-color: #b1002e !important;
  color: #fff !important;
}
.icon-button.active, .column-link.active > .fa, a.status__display-name:hover { color: #b1002e !important; }


