From 26021bcefb8e430eae7ec74fe047735a188150cf Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 24 Mar 2015 18:11:37 +0000 Subject: [PATCH] Use a darker shade of blue for hyperlinks. As LOOT itself does. The lighter blue is less visible against a light background. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 65f419c..8da78b7 100644 --- a/css/style.css +++ b/css/style.css @@ -85,7 +85,7 @@ html { /* Misc */ a { text-decoration:none; - color: #64B5F6; + color: #2196F3; } a:hover { text-decoration: underline; @@ -173,4 +173,4 @@ nav > .divider { /* Greyscale non-Polymer icons. */ core-icon[src] { opacity: 0.54; -} \ No newline at end of file +}