explorer-web
explorer-web copied to clipboard
Color Palette
Avoid magic colors (as in magic numbers / strings). Use a defined color palette instead.
Add a Colors.scss file with all the colors of the palette defined as scss variables.
Potentially use https://design.b.tc/styleguides/poet#colors as base.
Review with Pat.