.app-body .compose-form:has(.autosuggest-textarea__textarea:placeholder-shown) .compose-form__submit .button, .app-body .compose-form__submit .button {
    background-color: #e95a4e;
    background-image: none;
}

.compose-form__actions .button { color: rgba(255,255,255,0); }
.compose-form__actions .button::before {
  content: "Tŵt!";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255,255,255,1);
  transform: translate3d(-50%, -50%, 0);
}
.compose-panel {background: url(https://toot.wales/system/media_attachments/files/115/208/967/026/377/132/original/4b31f17d5c4e6575.png) no-repeat !important;}
.search {margin-top:80px;}

.audio-player__canvas:not([title]),.audio-player__canvas[title=""],.media-gallery__gifv video:not([title]),.media-gallery__gifv video[title=""],.media-gallery__item-thumbnail img:not([alt]),.media-gallery__item-thumbnail img[alt=""],.video-player video:not([title]),.video-player video[title=""] {border: 2px solid #e95a4e; box-sizing: border-box;} 

.app-body .column-link--transparent.active:hover, .app-body .column-link--transparent.active:not(.does-not-exist) {
    color: #e95a4e;
}


