From 9253959d82aa6c0c6ec847a709984b6522a615b0 Mon Sep 17 00:00:00 2001 From: Nathan Nguyen Date: Tue, 16 Feb 2021 13:18:21 -0500 Subject: [PATCH] Fixed pink color --- static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index 6266d9f..8f2e179 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -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; }