@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #003a5d;
    --lighter-background: #005082;
    --main-text-color: white;
    --button-color: #80bd01;
    --button-hover-color: #3f4040;
    --hue-rotate-from-blue: hue-rotate(346deg) saturate(0.6);
    --table-headers: #005082;
    /*Optional adjustments below this line*/
}