@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: grey;
    --lighter-background: #606060;
    --main-text-color: white;
    --button-color: #900134;
    --button-hover-color: #3c3c3c;
    --hue-rotate-from-blue: hue-rotate(115deg) saturate(0) opacity(0.75);
    --table-headers: #900134;
    /*Optional adjustments below this line*/
}
