aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--background_page.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html
index 7b14f11b..c0332d7f 100644
--- a/background_page.html
+++ b/background_page.html
@@ -60,13 +60,23 @@
'left:-1px;' +
'white-space:nowrap;' +
'}' +
- 'div .internalVimiumHintMarker span {' +
+ '.internalVimiumHintMarker span {' +
'color: black;' +
+ 'text-decoration: none;' +
'font-weight: bold;' +
'font-size: 12px;' +
'font-style: normal;' +
+ 'letter-spacing: 0;' +
+ 'text-transform: none;' +
+ 'text-align: left;' +
+ 'text-indent: 0;' +
'line-height: 100%;' +
'font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans";' +
+ 'padding: 0;' +
+ 'margin: 0;' +
+ 'float: none;' +
+ 'border: none;' +
+ 'background: none;' +
'}' +
'.internalVimiumHintMarker > .matchingCharacter {' +
'color:#C79F0B;' +