/*
 * KRIKÉ Music
 * Custom overrides
 */

/* Accent graphique */
::selection {
    background: #7dbb35;
    color: #0d0e0d;
}

/* Scrollbar Chrome */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0d0e0d;
}

::-webkit-scrollbar-thumb {
    background: #47751f;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #7dbb35;
}

/* Logo WordPress */
.custom-logo {
    max-height: 55px;
    width: auto;
}
