oficiodesign / initial-css

MIT License
4 stars 1 forks source link

Add icon to external links #92

Open robsonsobral opened 3 years ago

robsonsobral commented 3 years ago
  &[target='_blank'],
  &[rel='external'] {
    &:after {
      margin: 0 3px 0 5px;

      content: url('data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==');
    }
  }

Even better if we could change the icon color.