/* indicate media without a description */
.media-gallery__item-thumbnail img:not([alt]),
.audio-player__canvas:not([title]),
.video-player video:not([title]), 
.media-gallery__gifv video:not([title])
 {
    border: 3px dashed rgba(255, 0, 0, 0.5);
    box-sizing: border-box;
}

/* Unique application requirements text */
.new_user .hint::after  {
    content: "Please tell us a little about who you are and why you would like to join this instance. Read our about page beforehand, and include the confirmation password written there, or your application will be rejected!"
}

.user-role-4 {
  --user-role-accent: #000000;
}

