.compose-form__publish-button-wrapper button {
  text-indent: -9999px;
  line-height: 0;
}

.compose-form__publish-button-wrapper button:after {
  content:'Goblin Mode!'; 
  text-indent: 0;
  display: block;
  line-height: initial;
}

.icon-button active {
  color: ##b770fa !important;
}
.icon-button.star-icon.active, .notification__favourite-icon-wrapper .star-icon {
  color: #ca8f04 !important;
}
.icon-button.bookmark-icon.active {
  color: #ff5050 !important;
}
.columns-area {background-color: #132618 !important;}
nav {background: #245950 !important;}
.column-header {background-color: #245950 !important;}
.column-header__button {background-color: #245950 !important; color: #14CCAD !important;}
.column-header__wrapper {background-color: #245950 !important; color: #14CCAD !important;}
.column-back-button {background-color: #245950 !important; color: #14CCAD !important;}
.column-header__back-button {background-color: #245950 !important; color: #14CCAD !important;}
.scrollable {background-color: #262628 !important;}
a {color: #14CCAD !important;}
body {background: #132618 !important;}
.button {background-color: #14CCAD !important; color:white !important;}
.item-list {background: #262628 !important;}


.reply-indicator {background: #595963 !important;}
.reply-indicator__content {color: #ffffff !important;}
.drawer__inner__mastodon {background: #245950 !important;}
.privacy-dropdown__value-icon.icon-button.active.inverted {background: #14CCAD;}
.privacy-dropdown__option.active {background: #14CCAD;}
.compose-form__warning {background: #595963 !important; color: #ffffff !important;}
.search__input {background: #262628 !important;}
.navigation-bar__actions {color: #39393D !important;}


.notification__filter-bar button.active {background: #262628 !important;}
.notification__filter-bar button {background: #262628 !important;}


.fa.fa-fw.fa-pencil {color: #14CCAD !important;}
.sidebar-wrapper {background: #132618 !important; color: #14CCAD !important;}
.account__header__display-name {color: #14CCAD !important;}
.account__header__username {color: #14CCAD !important;}
.account-timeline__header {background-color: #262628 !important;}
.account__header__fields dt {background: #262628 !important; color: #595963 !important;}
.account__header__fields dd {background: #39393D !important;}
.account__section-headline {background: #262628 !important;}
.column-subheading {background: #262628 !important;}
.getting-started {background: #262628 !important;}
.getting-started__footer {background: #262628 !important; color: #14CCAD !important;}
.column-link {background: #245950 !important; color: #14CCAD !important;}
.drawer__tab {color: #14CCAD !important;}
.drawer__inner {background-color: #245950 !important;}
.navigation-bar {color: #14CCAD !important;}
.status__action-bar {important; color: #595963 !important;}
.focusable detailed-status__wrapper {background: #262628 !important;}
.content-warning::before,
.content-warning::after{
    background: linear-gradient(
        to bottom,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 154, 0, 1) 10%,
        rgba(208, 222, 33, 1) 20%,
        rgba(79, 220, 74, 1) 30%,
        rgba(63, 218, 216, 1) 40%,
        rgba(47, 201, 226, 1) 50%,
        rgba(28, 127, 238, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(186, 12, 248, 1) 80%,
        rgba(251, 7, 217, 1) 90%,
        rgba(255, 0, 0, 1) 100%
    );
}

