RockefellerArchiveCenter / styles

Style Library for the Rockefeller Archive Center
https://styles.rockarch.org
MIT License
0 stars 1 forks source link

Review color management and add button mixins #109

Closed HaSistrunk closed 2 years ago

HaSistrunk commented 2 years ago

Addresses #108

I looked at various approaches to managing color. It's tough to kind of reverse engineer the existing color palette that we have.

My conclustion: I'd suggest not making any major changes to our colors. We currently use darken/lighten in the component styles (buttons, minimap), and I think that's a fine approach to take.

This also adds some button mixins for size and color, and includes a bit of cleanup.