aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/settings.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/settings.coffee')
-rw-r--r--background_scripts/settings.coffee3
1 files changed, 2 insertions, 1 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee
index 2f62fc50..995ceb0c 100644
--- a/background_scripts/settings.coffee
+++ b/background_scripts/settings.coffee
@@ -27,7 +27,8 @@ root.Settings = Settings =
"""
div > .vimiumHintMarker {
/* linkhint boxes */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785), color-stop(100%,#FFC542));
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785),
+ color-stop(100%,#FFC542));
border: 1px solid #E3BE23;
}