/*
.ui {
    background: #4E342E;
}

.ui .tabs-bar {
    background: #795548;
}
.drawer__header {
    background: #795548;
}
.drawer__tab {
    color: #ffffff;
}
.drawer__inner {
    background: #795548;
}
.drawer__inner__mastodon {
    background: #795548;
}
.navigation-bar {
    color: #ffffff;
}
.compose-form .compose-form__buttons-wrapper {
    background: #FFE0B2;
}
.column>.scrollable {
    background: #795548;
}
.column-header {
    background: #795548;
}
*/