diff options
| author | Stephen Blott | 2016-06-17 14:44:37 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-06-17 14:44:37 +0100 | 
| commit | 747944cbf90939eca8ae3b3fae01c3bdb35d47aa (patch) | |
| tree | 79e5c813bed41a69b9497ef6e5b2aec5aefc348b | |
| parent | 43e3c47dafeb122c83213bd0f7b7c937610f9b1a (diff) | |
| download | vimium-747944cbf90939eca8ae3b3fae01c3bdb35d47aa.tar.bz2 | |
Revert "Adds important to hint marker font-family declaration"
This reverts commit 2526bb3b0433e5cf645dfd7007ec42860b11ba2a.
See #2164.  It seems this is no longer necessary.
| -rw-r--r-- | content_scripts/vimium.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index ece35ddc..be9d4a65 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -88,7 +88,7 @@ div.internalVimiumHintMarker {  div.internalVimiumHintMarker span {    color: #302505; -  font-family: Helvetica, Arial, sans-serif !important; +  font-family: Helvetica, Arial, sans-serif;    font-weight: bold;    font-size: 11px;    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); | 
