/* Hey hacker, welcome here ! feel free to steal our tweaks if you want ! 
   (Note that most of the color changes of the RaRuRe theme are more deep in our
    tweaks and can't be found there) */

.tabs-bar__wrapper .tabs-bar {
    border-radius: 4px;
}

.drawer__inner {
    border-radius: 4px;
}

.search__input {
    border-radius: 4px;
}

.drawer__header {
    border-radius: 4px;
}

.column-header {
    background: var(--surface-variant-background-color);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.column-back-button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.column {
    background: var(--surface-variant-background-color);
    background-clip: content-box;
}

.drawer__inner__mastodon {
    background: var(--background-color);
}

/*:root {
    --background-color: #202020;
}*/

