Skip to content

Commit

Permalink
Fixed pink color
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn16104 committed Feb 16, 2021
1 parent 2388ea3 commit 9253959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10414,7 +10414,7 @@ body {
.legend .green { background-color: #009933; }
.legend .red { background-color: #cc0000; }
.legend .purple { background-color: #361a99; }
.legend .pink {background-color: #ff00ff; }
.legend .pink {background-color: #ffe6ff; }
.legend .black {background-color: #000000; }
.legend .aqua {background-color: #66ffff; }

Expand Down

0 comments on commit 9253959

Please sign in to comment.