aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2014-08-17 15:51:03 -0700
committerPhil Crosby2014-08-17 15:51:03 -0700
commitb7c9a148b91b9d9b29d8332dd291f4d519b81044 (patch)
treec1bf4b35c24ad47f34134fc27922d4e457feba55
parente93b1b1f36d31a693978a9cc71e10d95ab1fba4a (diff)
downloadvimium-b7c9a148b91b9d9b29d8332dd291f4d519b81044.tar.bz2
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.
-rw-r--r--content_scripts/vimium.css2
1 files changed, 1 insertions, 1 deletions
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 */