Skip to content

Instantly share code, notes, and snippets.

@mason-larobina
Created September 5, 2012 05:58
Show Gist options
  • Save mason-larobina/3631286 to your computer and use it in GitHub Desktop.
Save mason-larobina/3631286 to your computer and use it in GitHub Desktop.
-- Add vimperator-like link hinting & following
require "follow"
follow.stylesheet = follow.stylesheet .. [===[
#luakit_follow_overlay .hint_overlay {
border: 1px solid #333;
background-color: #f00;
}
#luakit_follow_overlay .hint_label {
color: #fff;
border: 1px solid #333;
}
]===]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment