diff --git a/src/Elastic.Markdown/Assets/markdown/typography.css b/src/Elastic.Markdown/Assets/markdown/typography.css index 5131ebc8c..947c11e5a 100644 --- a/src/Elastic.Markdown/Assets/markdown/typography.css +++ b/src/Elastic.Markdown/Assets/markdown/typography.css @@ -51,7 +51,7 @@ a { @apply font-body text-blue-elastic hover:text-blue-elastic-100 underline; - &[href^='http']::after { + &[target='_blank']::after { @apply ml-0.5; content: url("data:image/svg+xml; utf8, "); }