@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #5C1280;
    --lighter-background: #8A1BC1;
    --main-text-color: white;
    --button-color: #D2548E;
    --button-hover-color: #28A1C6;
    --hue-rotate-from-blue: hue-rotate(55deg);
    --table-headers: #511072;
    /*Optional adjustments below this line*/
}
