@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #56565b;
    --lighter-background: #808080;
    --main-text-color: white;
    --button-color: #E6F16C;
    --button-hover-color: #3f4040;
    --hue-rotate-from-blue: hue-rotate(214deg) saturate(4) opacity(0.6);
    --table-headers: #919944;
    /*Optional adjustments below this line*/
    --button-text-color: var(--main-background-color);
}