/* Keep default Mastodon layout/theme, only recolor accents to blue */
.button,
.button.button--block,
.button.button-secondary,
.button.button-tertiary,
.compose-form__publish-button-wrapper > .button,
.search__submit,
.logo-button,
.floating-action-button {
  background: #2f6bff !important;
  border-color: #1f56df !important;
  color: #fff !important;
}

.button:hover,
.button:focus,
.button.button-secondary:hover,
.button.button-tertiary:hover,
.compose-form__publish-button-wrapper > .button:hover {
  background: #1f56df !important;
  border-color: #1749bf !important;
}

a,
.status__relative-time,
.column-link,
.display-name__account,
.reply-indicator__header {
  color: #2f6bff !important;
}

.tabs-bar__link.active,
.column-header__button.active,
.navigation-panel__menu-bar a.active {
  color: #2f6bff !important;
  border-color: #2f6bff !important;
}


