form#new_user .lead:before {
content: "This server is principally for software developers interested or involved in the Ruby programming language. "
}

.user_invite_request_text .hint:after {
  content: ".  Write a sentence or two about why Ruby.social is the right instance for you, rather than any other instance.";
}

.getting-started__trends h4 span:after {
  content: " across the Fediverse"
}

.about-update {
  border: 1px solid #7a829f;
  padding: 10px;
}

.contribute {
  padding: 12px;
  background-color: white;
  margin: 24px 0;
  border-radius: 5px;
}

.contribute h3,
.contribute p {
color: #282c37 !important;
}

.contribute h3 {
  margin-top: 0;
  font-size: 25px;
}

.contribute a.patreon {
padding: 15px;
    border-radius: 5px;
    background-color: #f45a30;
    color: white;
    text-decoration: none;
    margin: 20px 0;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}

ul.supporters {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.supporters li {
  padding-left: 0 !important;
  margin: 0 !important;
}
ul.supporters li img {
  margin: 10px 0 !important;
}
ul.supporters li:before {
  display: none;
}

.batch-table .batch-table__row--attention.batch-table__row--muted {
  color: #606984;
}

/* DM appearance */
.theme-mastodon-light .status__wrapper-direct {
  background-color: #fee;
}
.theme-default .status__wrapper-direct {
  background-color: #453240;
}

