body {
    background: linear-gradient(#000000, #272d33);
    background-attachment: fixed;
}

.column-header, .column-back-button, .public-layout .header {
    border-bottom: 2px solid #33b5e5;
}

.public-layout .public-account-header__tabs__tabs .counter.active:after {
    border-bottom: 4px solid #33b5e5;
}

.account-card, .dismissable-banner, .search__input, .column-header__collapsible-inner, .public-layout .header .nav-button {
    background: #101010!important;
}
.scrollable .account-card__bio:after {
    background: none!important;
}
.account__section-headline a, .account__section-headline button, .notification__filter-bar a, .notification__filter-bar button,
.column-header, .tabs-bar__wrapper, .column-header__button, .column-header__back-button, .scrollable, .detailed-status, .detailed-status__action-bar, .empty-column-indicator, .follow_requests-unlocked_explanation, .account__header, .column-back-button, .activity-stream .entry, .public-layout .public-account-bio, .public-layout .header, .hero-widget__text, .public-layout .public-account-header__bar:before, .nothing-here {
    background: black!important;
}

.account__section-headline a.active:after, .account__section-headline a.active:before, .account__section-headline button.active:after, .account__section-headline button.active:before, .notification__filter-bar a.active:after, .notification__filter-bar a.active:before, .notification__filter-bar button.active:after, .notification__filter-bar button.active:before {
    width: 100%;
    border-bottom: 2px solid #33b5e5;
    border-color: #33b5e5;
    border-style: solid;
    border-width: 2px;
}

.public-layout .header {
    border-radius: 4px 4px 0px 0px;
}

.account__section-headline a.active:after, .account__section-headline button.active:after, .notification__filter-bar a.active:after, .notification__filter-bar button.active:after {
    bottom: 0px;
}

.column-link--transparent.active, .column-back-button {
    color: #33b5e5;
}

.trends__item__sparkline path:last-child {
    stroke: #33b5e5!important;
}
.trends__item__sparkline path:first-child {
    fill: #33b5e540!important;
}


