Skip to content

Instantly share code, notes, and snippets.

@kevinsawicki
Last active August 29, 2015 13:56
Show Gist options
  • Save kevinsawicki/9299820 to your computer and use it in GitHub Desktop.
Save kevinsawicki/9299820 to your computer and use it in GitHub Desktop.
Style hyperlinks in Atom
  • Open Atom
  • Click the Atom > Open Your Stylesheet menu item
  • Paste code below
.editor .markup.underline.link.hyperlink {
  color: #F9EE98;
  text-decoration: underline;
}
  • Hit save (cmd-s)
  • 🎉 Links are now more obvious and stylish
  • ProTip Press ctrl-shift-o when your cursor is on a link to open it in the browser

Before

After

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