#registration_new_user .lead:before {
content: "This server is principally for software developers interested or involved in the Ruby programming language. "
}

/*
#registration_new_user .user_account_username:after {
content: "Are you sure this is the right place for you?  If you're looking to follow general news, or for a general Twitter replacement, this may not be the best server for your account."
}

#registration_new_user .user_email:after {
content: "Sharing some details about your connection to Ruby, or other people on this server, is the best way to make sure moderators spot your registration. "
}
*/
.user_invite_request_text .hint:after {
  content: ". This is your chance to give the instance admins confidence that you're joining in good faith. Write a sentence or two. If you don't, there's a high chance you will get rejected.";
}

.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;
}

.user-role-1 {
  --user-role-accent: #000000;
  --user-role-background: #00000019;
  --user-role-border: #00000080;
}

