From 2388ea3db757bef07cedc6ad761bd514dd4dcc12 Mon Sep 17 00:00:00 2001 From: Nathan Nguyen Date: Tue, 16 Feb 2021 13:16:52 -0500 Subject: [PATCH] Updated legend in .css --- static/css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index 662c007..6266d9f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -10414,6 +10414,9 @@ body { .legend .green { background-color: #009933; } .legend .red { background-color: #cc0000; } .legend .purple { background-color: #361a99; } +.legend .pink {background-color: #ff00ff; } +.legend .black {background-color: #000000; } +.legend .aqua {background-color: #66ffff; } /* Style page content - use this if you want to push the page content to the right when you open the side navigation */ #main {