rend accessible les liens avec cible _blank

This commit is contained in:
Christophe Robillard 2021-04-06 12:24:49 +02:00 committed by Pierre de La Morinerie
parent dd40b17e60
commit b8d203fbf8

View file

@ -49,6 +49,11 @@ a {
color: $blue;
}
a[target="_blank"]::after {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
margin: 0 3px 0 5px;
}
em {
font-style: italic;
}