
.compose-form__publish-button-wrapper button, .button[href = "/publish"] {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.compose-form__publish-button-wrapper button,
.ui__header__links .button {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(
            #E22016,
            #F28917,
            #EFE524,
            #78B82A,
            #2C58A4,
            #6D2380,
            #F4AEC8,
            #7BCCE5,
            #945516);
}

.compose-form__publish-button-wrapper button:after, .button[href = "/publish"]:after {
  content:'Ook!'; 
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

.status.status-direct {
	background-color: #303030 !important;
	padding: 40px;
}
.status-card__description {
    white-space: normal;
}

.user-role-4 {
  --user-role-accent: #ff8080;
}

.user-role-1 {
  --user-role-accent: #008000;
}

