@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #C60D2F;
    --lighter-background: #E81037;
    --main-text-color: white;
    --button-color: #C60D2F;
    --button-hover-color: #f4f4f4;
    --hue-rotate-from-blue: hue-rotate(135deg);
    --table-headers: #E81037;
    /*Optional adjustments below this line*/
    --button-hover-text-color: var(--main-background-color);
    --button-border: thin solid black;
}