Skip to content

Commit

Permalink
Add transparent darkGreen to Theme
Browse files Browse the repository at this point in the history
Used for LineCharts
  • Loading branch information
swaterkamp committed Oct 11, 2018
1 parent 9f30f1d commit b702d7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gsa/src/web/utils/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ const Theme = {
blue: '#0000ff', // used by: links

/* source ? */
darkGreen: '#519032',
darkGreen: '#519032', // RGB: 81, 144, 50
darkGreenTransparent: 'rgba(81, 144, 50, 0.8)', // corresponds to darkGreen

Layers: {
menu: 600,
Expand Down

0 comments on commit b702d7c

Please sign in to comment.