Created
May 10, 2018 17:58
-
-
Save danilowoz/dbfea42a1acbade7b29c2627d480ebb3 to your computer and use it in GitHub Desktop.
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^='http'] { | |
border: 4px solid red !important; | |
} | |
a[href^='//'][target='_blank'] { | |
border: 4px solid blue !important; | |
} | |
a[href^='//'][rel='noopener noreferrer'] { | |
border: 4px solid green !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment