diff --git a/docs/custom_theme/assets/stylesheets/custom_theme.css b/docs/custom_theme/assets/stylesheets/custom_theme.css index 41c4f360864..d5e6e3a318d 100644 --- a/docs/custom_theme/assets/stylesheets/custom_theme.css +++ b/docs/custom_theme/assets/stylesheets/custom_theme.css @@ -43,4 +43,13 @@ .md-footer-copyright { max-width: 100% !important; -} \ No newline at end of file +} + +.md-footer a[href^="http"]:after, +.feedback a[href^="http"]:after, +.md-content a[href^="http"]:not(.md-content__icon):after { + font-family: "Font Awesome 5 Free"; + font-weight: 900; + font-size: small; + content: " \f360"; +}