Skip to content

Instantly share code, notes, and snippets.

@iglvzx
Last active August 29, 2015 14:17
Show Gist options
  • Save iglvzx/dba9086313911a0a99e8 to your computer and use it in GitHub Desktop.
Save iglvzx/dba9086313911a0a99e8 to your computer and use it in GitHub Desktop.
BoingBoing Links CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("boingboing.net"), domain("offworld.com") {
.post a:hover,
.byline a:hover,
article a:hover,
.reply-title a:hover,
.next-post-thumb a:hover,
.loop-head a:hover,
.post-actions a:hover,
#footer a:hover,
#navbar a:hover {
text-decoration: underline !important;
}
}
@iglvzx
Copy link
Author

iglvzx commented Mar 13, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment