/* Disability pride flag theme */

:root {
    /* Override gradient colors */
    --gradient-start: #4A4A4A;
    --gradient-end: #4A4A4A;
}

header.bg-primary-gradient {
    background: linear-gradient(to bottom right, #4A4A4A, #FF0000, #FFD700, #D3D3D3, #ADD8E6, #008000, #4A4A4A);
}

#logoContainer {
    background-image: url(../../img/logo-white.svg);
}

#smallLogoContainer {
    background-image: url(../../img/logo-inv_grad.svg);
}