.column-link.active {
    color: #e95a4e;
    font-weight: bold;
}

.column-link:focus, .column-link:hover {color: #e95a4e;}

.compose-form__actions .button { color: rgba(255,255,255,0); }
.compose-form__actions .button::before {
  content: "发射！";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255,255,255,1);
  transform: translate3d(-50%, -50%, 0);
}

.media-gallery__item-thumbnail img:not([alt]),
.audio-player__canvas:not([title]),
.video-player video:not([title]), 
.media-gallery__gifv video:not([title]),
.media-gallery__item-thumbnail img[alt=""], .audio-player__canvas[title=""], .video-player video[title=""], .media-gallery__gifv video[title=""]
 {
box-sizing: border-box;
border: 3px solid pink;
border-image: repeating-linear-gradient(
    -55deg,
    #000,
    #000 20px,
    #ffb101 20px,
    #ffb101 40px
  ) 10;
}
a.status-link:not(.mention) {text-decoration: underline;}
.notification-group, .notification-ungrouped, .status {border-bottom: 1px solid #b8b8ff;}
.report-card__summary__item__reported-by::before {content: "Reported by: ";}
.report-card__summary__item__assigned, .report-card__summary__item__assigned .username, .report-card__summary__item__reported-by, .report-card__summary__item__reported-by .username {white-space: normal;}
.one-line::before {content: "Added Message: ";}
.batch-table__row.batch-table__row--muted {background: #eaeaea;}

