@font-face {
    font-family: "basiic";
    src: url("https://toot.melonland.net/basiic.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

body, .column-link--transparent {
color: #fffeda;
font-family: 'basiic';
font-size 1.1em;
}

hr {
display: none;
}

.column-inline-form, .column > .scrollable, .error-column, .getting-started, .regeneration-indicator, .getting-started .column-link, .scrollable .column-link, .column-header__button, .column-header__back-button {
background: #0a1b31;
color: yellow;
}

.tabs-bar__wrapper, .flex-spacer {
background: none;
}

body {
background: #0b2546;
background-image: url('https://toot.melonland.net/319680-pixel-art-space.jpg');
background-size: auto;
border: none;
}

.column, .columns-area__panels__pane--navigational .navigation-panel, .ui__header, .account__header, .account__header__bio .account__header__fields, .account__section-headline, .notification__filter-bar {
background: none;
}

.column > .scrollable {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.column-header {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.drawer__inner, .drawer__pager, .drawer__header {
border-radius: 10px;
}

.drawer__header, .drawer__inner, .column-header, .column-subheading, .empty-column-indicator, .follow_requests-unlocked_explanation, .account__section-headline button, .notification__filter-bar button, .column-back-button  {
background: #0a1b31;
}

.drawer__inner__mastodon, .account__header__image {
background-color: #0a1b31;
}

.status, .account__section-headline, .notification__filter-bar {
border-bottom: 1.5px dashed #67759b;
}

.search__input, .dismissable-banner, .column-header__collapsible-inner, .column-header__button.active, .column-header__button.active:hover, .load-more:hover, .status-card__content:hover {
background: #0a1b31;
border: none;
}

.compose-form .autosuggest-textarea__textarea, .compose-form .spoiler-input__input, .compose-form .compose-form__modifiers, .compose-form .compose-form__buttons-wrapper {
background: yellow;
}

.reply-indicator__content a.unhandled-link, .status__content a.unhandled-link, .column-link--transparent.active, .column-back-button {
color: yellow;
}

.button, .button:hover, .button.logo-button, .button.logo-button:hover {
background: yellow;
color: black;
}

.button:hover {
background: #ffffe1;
}

.account__avatar {
border-radius: 50% !important;
}

/* BUTTON: Publish -> Toot */

.compose-form__publish-button-wrapper .button {
    visibility: hidden;
    padding: 0px;
}

.compose-form__publish-button-wrapper .button::after {
    content:'Toot!'; 
    visibility: visible;
    background-color: yellow;
    border-radius: 4px;
    color: black;
    display: inline-block;
    padding: 7px 25px;
}

.compose-form__publish-button-wrapper .button:hover::after {
content:'TOOT!'; 
background: red;
color: white;
}

/* Logo on advance view */

.drawer__inner__mastodon {
  background-image: url("https://toot.melonland.net/fire.gif");
  background-size: contain;
  margin: 40px;
}

.drawer__inner__mastodon img {
  display: none;
}



