RocketCommunicationsInc / astro-components

Other
24 stars 8 forks source link

adds new snowflakes colors #160

Closed NicDominguez closed 3 years ago

NicDominguez commented 3 years ago

quick PR to add four new color to the astro palette. This will make the KM updates easier by establishing shared variable names for our changes.

    --colorSnowflakesDarkSurface: #1b2d3e;
    --colorSnowflakesLightShadow: #828181;
    --colorSnowflakesDarkSelected: #1c3f5e;
    --colorSnowflakesLightSelected: #cee9fc;