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[target="_blank"]:not([href*="pineco.de"])::after { | |
| /* You can style it anyway you want... */ | |
| content: ''; | |
| display: inline-block; | |
| background: transparent url(external-arrow.svg) no-repeat center center; | |
| background-size: cover; | |
| width: 1rem; | |
| height: 1rem; | |
| margin-left: 0.3rem; | |
| } |
OlderNewer