Skip to content

Instantly share code, notes, and snippets.

@spiralx
Created February 16, 2015 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spiralx/2bac0bd72773098599bb to your computer and use it in GitHub Desktop.
Save spiralx/2bac0bd72773098599bb to your computer and use it in GitHub Desktop.
CSS for bookmarklet popups
body {
font: 12px/1.5 Consolas,monospace;
}
h3 a {
font-size: 1.2em;
color: #000;
}
a {
display: inline-block;
text-decoration: none;
color: #47d;
word-break: keep-all;
}
a:hover {
text-decoration:underline
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment