@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #3c3c3c;
    --lighter-background: #606060;
    --main-text-color: white;
    --button-color: #00739a;
    --button-hover-color: #1890ff;
    --hue-rotate-from-blue: hue-rotate(340deg) saturate(0.1);
    --table-headers: #00739a;
    /*Optional adjustments below this line*/
}