.status.status-direct:not(.read) {
  background-color: #AA3300;
}

.status__wrapper.status__wrapper-public status__wrapper-reply.focusable {
  background-color: #AA3300;
}

div.compose-form__submit > button {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

div.compose-form__submit > button::after {
  content: "Toot!";
  font-family: 'Verdana', sans-serif;
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

