ThierryDD
4/16/2018 - 12:44 PM

Global Colors CSS Custom Properties

/* ...*/

:root {
    --light-color: rgb(235, 216, 194);
    --light-color-rgb: 235, 216, 194;
    --dark-color: rgb(43, 29, 14);
    --dark-color-rgb: 43, 29, 14;
}

/* ...*/