.compose-form__actions .button { color: rgba(255,255,255,0); }

.compose-form__actions .button::before {
  content: "Tŵt!";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255,255,255,1);
  transform: translate3d(-50%, -50%, 0);
}

.compose-panel {background: url(https://cdn.masto.host/tootwales/media_attachments/files/112/473/908/034/794/916/original/b9b2127de42e6bed.png) no-repeat !important;}
.search {margin-top:80px;}

a.status-link:not(.mention) {
  text-decoration: underline;
}

.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: 2px solid pink; border-image: repeating-linear-gradient(-55deg, #000, #000 20px, #ffb101 20px, #ffb101 40px)10;box-sizing: border-box;} 

.column-link.active {
    color: #e95a4e;
    font-weight: bold;
}

.column-link:focus, .column-link:hover {color: #e95a4e;}

.notification-group, .notification-ungrouped, .status {
    border-bottom: 1px solid #b8b8ff;
    }

/* Admin and back-end changes */

/* add descriptors to reports */
.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: "Label/Message: ";}

/* make suspended accounts greyed out in table view */
.batch-table__row.batch-table__row--muted {background: #eaeaea;}
.server-banner__meta__column {display: none;}

/* side menu more clear what page is active, help choose new page */
.admin-wrapper .sidebar ul a {border-bottom: 1px solid #dfdfdf;}
.admin-wrapper .sidebar ul a:hover {color: #2CB191;font-weight: bold;font-size: 1.2em;}
.admin-wrapper .sidebar ul .simple-navigation-active-leaf a {color: #456CAC;font-weight: bold;font-size: 1.2em;}

/* extra contrast to distinguish reporter and reportee */
/* .report-card__profile {background: #ffcccc;} */
/* .report-card__summary__item {background: #f5f5f5;} */

/* connect the actual report to the reportee, not the reporter */
/* .report-card__summary__item__content {background: #ffcccc;} */
}

/* pagination highlight current page */
.pagination .current {background: #456cac; color: #f9fafc; font-size: 1.4em;}

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

.user-role-1 {
  --user-role-accent: #6364ff;
}

.user-role-5 {
  --user-role-accent: #e8727e;
}

.user-role-7 {
  --user-role-accent: #e95a4e;
}

.user-role-8 {
  --user-role-accent: #e95a4e;
}

