a.button[href='/publish'],
.compose-form__publish-button-wrapper button.button.button--block {
  position: relative;
  width: 5rem;
  font-size: 0;
}

a.button[href='/publish']::after,
.compose-form__publish-button-wrapper button::after {
  position: absolute;
  content: 'Post';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  margin: 7px auto;
  font-size: 1.25rem;
}

    /* make notes field stick out more with some green */
.account__header__account-note textarea {
    background: #1cc61e21;}
    


.emoji-picker-dropdown img.emojione {
    content: url(https://www.svgrepo.com/show/313869/dumpster-fire-solid.svg);}

.compose-form .autosuggest-textarea__textarea {
    background-color: rgb(255, 245, 216);
}

.compose-form .compose-form__buttons-wrapper {
  background: black;
}

.compose-form .compose-form__modifiers .compose-form__uploads-wrapper {
  background: black;
}

.compose-form__sensitive-button {
  background: black;
}



.compose-form .compose-form__modifiers .compose-form__uploads-wrapper {
  padding: 0 !important;
}

.drawer__inner__mastodon {
    display:none;
}

.tabs-bar__wrapper {
  background: #072529 !important;
}

body {
    font-family: 'Inconsolata', monospace;
    background: #072529;
}


.search__input {
  background: #072529;
}

.button {
  background-color: black;
}

/* hide mastodon logo */
.logo{
display:none;
}


/* hide divider lines on sidebar */
.navigation-panel hr {
  border-top: 0px;
}

.getting-started__trends h4 {
  border-bottom: 0px;
}

.column-link--transparent.active {
  color: rgb(255, 245, 216);
}

.user-role-3 {
  --user-role-accent: #ff2600;
  --user-role-background: #ff260019;
  --user-role-border: #ff260080;
}

