/*
indicate media without a description
source: https://gist.github.com/FiXato/3de505b04efefd49a1e3568b70545234
*/
.media-gallery__item-thumbnail img:not([alt]), 
.media-gallery__item-thumbnail img[alt|=""], 
.media-gallery__item-thumbnail img[alt^=" "],
.media-gallery__item-thumbnail img:not([alt]), 
.media-gallery__item-thumbnail img[alt|=""], 
.media-gallery__item-thumbnail img[alt^=" "],
.audio-player__canvas:not([title]), 
.audio-player__canvas[title|=""], 
.audio-player__canvas[title^=" "], 
.video-player video:not([title]), 
.video-player video[title|=""], 
.video-player video[title^=" "], 
.media-gallery__gifv video:not([title]), 
.media-gallery__gifv video[title|=""], 
.media-gallery__gifv video[title^=" "] 
 {
    border: 2px dashed rgba(255, 204, 0, 0.7);
    box-sizing: border-box;
    outline: 2px dashed rgba(255, 204, 0, 0.7);
    outline-offset: 2px;
}


/*
flag direct messages with a coloured indicator
https://github.com/mastodon/mastodon/issues/22158
*/
.status__wrapper-direct,
.detailed-status-direct {
  background-image: linear-gradient(
    0.375turn,
    #8c8dff 3.5rem,
    transparent 3rem
  );
}

