/*--------------------------------------------------------------------------*\
    sidebar
\*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*\
        Primary color (example : white in light mode)
        Warning : "primary" or "secondary" terms have nothing to do with
        "c-primary" or "c-sedondary" in CSS themes files
\*--------------------------------------------------------------------------*/

.sidebar--primary {
    /*background*/
    background-color: var(--c-quaternary-4);

    /*border*/
    border-right:1px solid var(--c-tertiary-1);
}