@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #007CBF;
    --lighter-background: #008CD8;
    --main-text-color: white;
    --button-color: #0099Ec;
    --button-hover-color: #00A5FF;
    --hue-rotate-from-blue: hue-rotate(345deg) brightness(1.1) saturate(2);
    --table-headers: #007FC4;
    /*Optional adjustments below this line*/
}