From a7712e6ed48c89417846c0f516754551cf2d5d53 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 9 Jun 2015 14:21:05 +0100 Subject: Use tab to select filetered link hints. --- content_scripts/vimium.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content_scripts/vimium.css') diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index b4bce776..38a968fc 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -90,6 +90,10 @@ div.internalVimiumHintMarker > .matchingCharacter { color: #D4AC3A; } +div > .vimiumActiveHintMarker span { + color: #A07555 !important; +} + /* Input hints CSS */ div.internalVimiumInputHint { -- cgit v1.2.3