
:root {
    /* theme-yellow */
    --color-theme-dark: #E89E23;
    --color-theme-light: #F8E2C1;
    --color-theme-link: #662D91;

    --color-body-bkg: #FAEEDC;
    --color-footer-bkg: #FAEEDC;
}


.woot-widget-bubble {
    background-color: var(--color-theme-link) !important;
}