.compose-form__publish-private {
  line-height: 0; /* Collapse the original line */
}

.compose-form__publish-button-wrapper button {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}
.compose-form__publish-button-wrapper button:after {
  content:'Beige it!'; 
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

a[href="/publish"]  {
  text-indent: -9999px;
  line-height: 0;
}
a[href="/publish"]:after {
  content:'Beige it!'; 
  text-indent: 0;
  display: block;
  line-height: initial;
} 


/* try to fix those damn scroll bars */

body {
  scrollbar-color: #f5f5dc;
}
::-webkit-scrollbar-thumb {
    background: #f5f5dc;
}
html {
  scrollbar-color: #f5f5dc rgba(45,245,220);
}

