<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.compose-form__submit button, .ui__header__links .button {
  text-indent: -9999px;
  line-height: 0!important; /* Collapse the original line */
}

.compose-form__submit button:after, .ui__header__links .button:after {
  content:'Engage!'; 
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

.edit-indicator__content, .reply-indicator__content, .status__content {
  color: #b1b1b1;
}

:root {
  //--background-color: #313543;
}

</pre></body></html>