@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #49ACD1;
    --lighter-background: #59D2FF;
    --main-text-color: white;
    --button-color: #45c6f4;
    --button-hover-color: #59D2FF;
    --hue-rotate-from-blue: hue-rotate(345deg) saturate(3) opacity(0.8);
    --table-headers: #3D91AF;
    /*Optional adjustments below this line*/
}
