@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #ffe600;
    --lighter-background: #FFEC49;
    --main-text-color: black;
    --button-color: #6b6b6b;
    --button-hover-color: #FFEC49;
    --hue-rotate-from-blue: hue-rotate(205deg) brightness(1.4) saturate(2);
    --table-headers: #FFEC49;
    /*Optional adjustments below this line*/
    --button-text-color: white;
}