/* Hey hacker, welcome here ! feel free to steal our tweaks if you want ! 
   (Note that the color changes of the RaRuRe theme are more deep in our
    tweaks and can't be found there) */

/* Rounder corners */
.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 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.column-back-button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

