From 2de69cdc921216ea4b515cddc4597db1f548ac84 Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Mon, 3 Dec 2018 01:53:57 -0800 Subject: [PATCH] Merge pull request #19 from RandellDawson/fix/change-link-color [Fix] Changed links from blue to 006400 --- dashboard-client/app/app/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-client/app/app/src/index.css b/dashboard-client/app/app/src/index.css index b360e095c7..89fa9b1913 100644 --- a/dashboard-client/app/app/src/index.css +++ b/dashboard-client/app/app/src/index.css @@ -18,7 +18,7 @@ body { a { text-decoration: none; - color: blue; + color: #006400; } code {