Skip to content

Instantly share code, notes, and snippets.

@jbd91
Created February 13, 2018 17:56
Show Gist options
  • Select an option

  • Save jbd91/1cff5d1fcb86715e47c9fa60ac195033 to your computer and use it in GitHub Desktop.

Select an option

Save jbd91/1cff5d1fcb86715e47c9fa60ac195033 to your computer and use it in GitHub Desktop.
External Link Styles
a[href*="//"]:not([href*="carewisconsin.com"]):not([href*="pantheonsite.io"]) {
/* external link styles, use :before or :after if you want! */
}
// '^=' means starts with
// '^*' means contains
// Covers relative paths, primary site, and development site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment