.compose-form__submit .button,
div.ui__header__links > a[href="/publish"] {
  text-indent: -9999px;
  line-height: 0;
}

.compose-form__submit .button::after,
div.ui__header__links > a[href="/publish"]::after {
  content: "Ook!";
  text-indent: 0;
  display: block;
  line-height: initial;
}

.ui .ui__header .ui__header__links .button-secondary[href="/publish"],
.compose-form__actions .compose-form__submit .button { 
  background-color: #0000;
  
  background-image: 
    radial-gradient(circle at -1% 50%, #0000 5.5%, #6d2380 6% 8%, #0000 8.5%), /* Purple */
    conic-gradient(at 20% 50%, #0000 225deg, #fdd817 0 315deg, #0000 0), /* Gold */
    conic-gradient(at 27% 50%, #0000 225deg, #ffffff 0 315deg, #0000 0), /* White */
    conic-gradient(at 34% 50%, #0000 225deg, #f4aec8 0 315deg, #0000 0), /* Light Pink */
    conic-gradient(at 41% 50%, #0000 225deg, #7bcce5 0 315deg, #0000 0), /* Light Sky Blue */
    conic-gradient(at 48% 50%, #0000 225deg, #945516 0 315deg, #0000 0), /* Sandy Brown */
    conic-gradient(at 55% 50%, #0000 225deg, #000000 0 315deg, #0000 0), /* Black */
    linear-gradient(
      #e22016 0 calc((100% / 6)), /* Red */
      #f28917 0 calc((100% / 6) * 2), /* Orange */
      #efe524 0 calc((100% / 6) * 3), /* Yellow */
      #78b82a 0 calc((100% / 6) * 4), /* Green */
      #2c58a4 0 calc((100% / 6) * 5), /* Blue */
      #6d2380 0 calc((100% / 6) * 6) /* Indigo */
    );
  
  text-shadow: 
    #000a 1px 0px 1px,
    #000a -1px 0px 1px,
    #000a 0px 1px 1px,
    #000a 0px -1px 1px,
    #000a 1px 1px 1px,
    #000a -1px -1px 1px,
    #000a 1px -1px 1px,
    #000a -1px 1px 1px;
  
  transition: filter 100ms;
}

.ui .ui__header .ui__header__links .button-secondary[href="/publish"] {
  color:white;
}

.ui .ui__header .ui__header__links .button-secondary[href="/publish"]:hover,
.compose-form__actions .compose-form__submit .button:hover {
  filter: brightness(1.1);
}

.ui .ui__header .ui__header__links .button-secondary[href="/publish"]:disabled,
.compose-form__actions .compose-form__submit .button:disabled {
  filter: grayscale(0.9);
}

.status.status-direct {
	background-color: #303030 !important;
	padding: 40px;
}
.status-card__description {
    white-space: normal;
}

