.ui, .landing-page, .public-layout {
  background-image: url("https://media.jorts.horse/horse-media/zoey/bluejorts");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.compose-form__publish-button-wrapper button, .ui__header__links .button {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.compose-form__publish-button-wrapper button:after, .ui__header__links .button:after {
  content:'PISS!'; 
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

.compose-form .autosuggest-textarea__textarea, compose-form .spoiler-input__input {
    background:#121418;
    color:#b7b7b7
}

.compose-form .compose-form__buttons-wrapper {
    background:#121418
}

.compose-form .compose-form__modifiers {
    background:#2c2c2c
}

.user-role-1 {
  --user-role-accent: #a60004;
}

.user-role-3 {
  --user-role-accent: #f717a3;
}

