From b7c9a148b91b9d9b29d8332dd291f4d519b81044 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sun, 17 Aug 2014 15:51:03 -0700 Subject: Change the link hint char back from red to yellow Red draws the eye powerfully, which I think is counter-productive here. You don't want to focus on the character you've already typed, but rather the character you have left to type. --- content_scripts/vimium.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content_scripts') diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index f9000b73..c7c409c5 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -83,7 +83,7 @@ div.internalVimiumHintMarker span { } div.internalVimiumHintMarker > .matchingCharacter { - color: #F40C0A; + color: #D4AC3A; } /* Input hints CSS */ -- cgit v1.2.3