@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #386c9e;
    --lighter-background: #4588C6;
    --main-text-color: white;
    --button-color: #003263;
    --button-hover-color: #4588C6;
    --hue-rotate-from-blue: hue-rotate(355deg) saturate(0.6);
    --table-headers: #4588C6;
    /*Optional adjustments below this line*/
}