<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.status-link:not(.mention) {
text-decoration: underline;
}

.compose-form__submit button {
    visibility: hidden;
}

.compose-form__submit button:after {
    visibility: visible;
    content: 'Toot!';
    display: block;
    width: 90%;
    padding: 8px;
    border-radius: 3px;
    background-color: #667547;
    line-height: initial;
}

.button.button--block:hover:after {
    background-color: #363d29;
}

/* Highlight old posts, boosts, etc. */
a.status__relative-time time[datetime^="201"], a.status__relative-time time[datetime^="2020-"], a.status__relative-time time[datetime^="2021-"] { background-color: #FAA !important; }

/* Mark images without Alt-Text with a red-dashed border */
.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 dashed rgba(251, 47, 47, 0.5);box-sizing: border-box;}

/* make content wrappers gay again */

.content-warning::before,
.content-warning::after,
.compose-form .spoiler-input__border {
    background: linear-gradient(
        to bottom,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 154, 0, 1) 10%,
        rgba(208, 222, 33, 1) 20%,
rgba(79, 220, 74, 1) 30%,
rgba(63, 218, 216, 1) 40%,
rgba(47, 201, 226, 1) 50%,
rgba(28, 127, 238, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(186, 12, 248, 1) 80%,
        rgba(251, 7, 217, 1) 90%,
        rgba(255, 0, 0, 1) 100%
    );
}


</pre></body></html>