aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Pinkelman2016-06-14 12:47:36 -0400
committerScott Pinkelman2016-06-14 12:47:36 -0400
commit2526bb3b0433e5cf645dfd7007ec42860b11ba2a (patch)
treed0e74b1e184808935641b1ddb76d6091d95d7f49
parent7329d8c91dfdc9cff72571e887ade3d981cae974 (diff)
downloadvimium-2526bb3b0433e5cf645dfd7007ec42860b11ba2a.tar.bz2
Adds important to hint marker font-family declaration
-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 be9d4a65..ece35ddc 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;
+ font-family: Helvetica, Arial, sans-serif !important;
font-weight: bold;
font-size: 11px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);