New color for selected vote

Labels: frontend

Timeline

Amolith opened

It's not clear enough which up/down button is selected because the selected shade is too similar to the primary green. Calculate a slightly darker shade.

Additionally, I dislike using red to indicate a vetoed item. Making the already-dark green even darker likely wouldn't do, so I'm unsure how to resolve this.

Relevant files

  • static/index.html
  • static/style.css

Amolith added label frontend

Amolith commented

I've made a color palette and put it in static/palette.css. Use those variables in our styles.

Amolith commented

Make sure to sure the palette variables directly, entirely replacing our custom variables in style.css so we're only using palette.css for color variable definitions.

Amolith closed the bug