h1.column-header, 
.drawer__header,
.notification-ungrouped__header
{ 
    background: #FFAC1C; 
}
/* div.status-public,
div.notification-group,
div.notification-ungrouped {
    background: #81CCD9;
}
*/
.drawer__inner,
.status__prepend,
.icon-with-badge__badge,
.compose-form__submit,
.compose-form__submit button,
.notification-group__actions button,
.account__header__buttons button
{
    background: #39A;
}
.icon-ellipsis-v path { 
    color: #ffffff; 
}
.dropdown-button__label,
path { 
    color: #3399AA;
}
.status__info {
    border-bottom: 1px solid #3399AA;
    margin-bottom: .75em;
}
.status__prepend span {
    margin-bottom: 1.25em;
}
div.drawer__inner__mastodon img {
    display: none; 
}
.status__wrapper, 
.notification-group, 
.notification-ungrouped { 
    border-left: 1px dashed #39A; 
    border-right: 1px dashed #39A; 
    border-bottom: 1px dashed #39A;
}

