css: update dtext external link icon selector.

DText was changed so that the .dtext-external-link class is now applied to all external links.
Previously it applied only to named links (ex: "google":[http://www.google.com]), not bare
links (ex: http://www.google.com).
This commit is contained in:
evazion
2019-10-23 18:41:41 -05:00
parent 8fbf989e8e
commit f54885b72e
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ div.prose {
}
}
a.dtext-external-link::after {
a.dtext-named-external-link::after {
// https://fontawesome.com/icons/external-link-alt?style=solid
@include fa-solid-icon("\f35d");