
@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #00539A;
    --lighter-background: #006FD1;
    --main-text-color: white;
    --button-color: #0074DB;
    --button-hover-color: #00609f;
    --hue-rotate-from-blue: hue-rotate(350deg) saturate(0.9);
    --table-headers: #004582;
    /*Optional adjustments below this line*/
}