From d331ca72b68f591995890be6cef151e55f793832 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 24 Feb 2018 13:13:42 -0800 Subject: [PATCH] Revert the detail view back to the stronger blue link color. --- Evergreen/MainWindow/Detail/styleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evergreen/MainWindow/Detail/styleSheet.css b/Evergreen/MainWindow/Detail/styleSheet.css index c36c4b087..84fb1e096 100644 --- a/Evergreen/MainWindow/Detail/styleSheet.css +++ b/Evergreen/MainWindow/Detail/styleSheet.css @@ -12,7 +12,7 @@ a { text-decoration: none; } a, a:link, a:visited { - color: hsla(201, 100%, 45%, 1); + color: hsla(215, 99%, 43%, 1); } a:hover { text-decoration: underline;