corrected selector for external links

This commit is contained in:
sejo 2021-10-22 17:43:28 -05:00
parent 2e1513b8d1
commit 677fd05406
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* links externos */
a[rel=external]:after{ content: "↗"; }
a[rel^=external]:after{ content: "↗"; }
body{
max-width:40em;