/* red outline for images/videos without alt text */
.media-gallery img:not([alt]), .media-gallery img[alt=""],
video:not([aria-label]), video[aria-label=""]
{
  outline: 3px solid red;
  margin: 3px;
  width:  calc(100% - 6px);
  height: calc(100% - 6px);
}

/* underline all links inside toots */ 
a.status-link {
  text-decoration: underline !important;
}

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

