/* Toot button */
.ui__header__links > .button[href="/publish"],
.compose-form__publish-button-wrapper > .button.button--block,
.compose-form__submit > .button {
  font-size: 0 !important;
}

.ui__header__links > .button[href="/publish"]::after,
.compose-form__publish-button-wrapper > .button.button--block::after,
.compose-form__submit > .button::after {
  content: "Toot! 🐘💨";
  text-transform: none;
  font-size: 15px;
  position: relative;
  bottom: -2px;
}


.IGNORE.public-layout, .IGNORE.lighter.theme-default {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.95)), url(https://source.unsplash.com/wQLAGv4_OYs/1920x1080);
  backgound-position: center;
  background-size: cover;
  min-height: calc(100vh - 10px);
  margin-top: 0;
}

.IGNORE.simple_form.new_user {
  opacity: .25;
}

.IGNORE.simple_form.new_user:focus-within {
  opacity: 1;
}

