/* Changes the 'hazard' stripe bordering CWs to subtle gray */
.content-warning:after, 
.content-warning:before,
.compose-form .spoiler-input__border {
	display: none;
}

/* remove stupid 'replies may be visible on the other server' */
.timeline-hint {
        display: none;
}

