.status__content a, .status__content a.unhandled-link {
  color: #6bc1ff;
}

/* .notification-follow .display-name__account { 
display: block; 
} 

.notification-follow .account__details > span:first-child { 
display: none; 
} 

.item-list .display-name__account {
  display: block;
}

.item-list .account__details > span:first-child {
  display: none;
}

*/

.content-warning::before,
.content-warning::after{
    background: blue
}

/* add red to images without alt text */

.audio-player__canvas:not([title]),.audio-player__canvas[title=""],.media-gallery__gifv video:not([title]),.media-gallery__gifv video[title=""],.media-gallery__item-thumbnail img:not([alt]),.media-gallery__item-thumbnail img[alt=""],.video-player video:not([title]),.video-player video[title=""] {border: 8px solid red; border-image: red ;box-sizing: border-box;}

