.compose-form__publish-button-wrapper > .button {
visibility:hidden;
}
.compose-form__publish-button-wrapper > .button::after {
  border: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  letter-spacing: 0;
  line-height: 36px;
  overflow: hidden;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: all .1s ease-in;
  white-space: nowrap;
  width: auto;
  content: 'Post';
  visibility: visible;
  background-color:#abe057 !important;
  color:black !important;
}
.column-link {
color:#abe057 !important;
}
.status-link {
color:#abe057 !important;
}
.autosuggest-textarea__textarea, .compose-form__modifiers {
background-color:black !important;
color:white !important;
border: 1px solid #191B22 !important;
border-bottom:none !important;
}
.compose-form__buttons-wrapper {
background-color:black !important;
border: 1px solid #191B22 !important;
border-top:none !important;
}

