
@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #006654;
    --lighter-background: #0F8A58;
    --main-text-color: white;
    --button-color: #009d3d;
    --button-hover-color: #ffeb91;
    --button-hover-text-color: #006349;
    --hue-rotate-from-blue: hue-rotate(300deg);
    --table-headers: #3b3b3b;
    /*Optional adjustements below this line*/
}