Created
February 13, 2018 17:56
-
-
Save jbd91/1cff5d1fcb86715e47c9fa60ac195033 to your computer and use it in GitHub Desktop.
External Link Styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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