From 18a5c6114e70e239bdf48d6bc9e3b4a66d837f54 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 24 Feb 2018 11:56:07 -0800 Subject: [PATCH] Use a link color (in detail view) that goes with toolbar icons blue 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 9b6aea583..b32f65528 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: #015cdc; + color: hsla(201, 100%, 45%, 1); } a:hover { text-decoration: underline;