Fix #3976: DText external links appear broken.

This commit is contained in:
evazion
2018-11-06 20:17:45 -06:00
parent ed47db0e48
commit a6aa75873d
2 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ div.prose {
a.dtext-external-link::after {
// https://fontawesome.com/icons/external-link-alt?style=solid
@include fa-icon("Font Awesome 5 Free", 900, "\f35d");
@include fa-solid-icon("\f35d");
font-size: 0.6em;
padding: 0 0.2em 0 0.3em;