diff --git a/magicbook/stylesheets/components/typography.scss b/magicbook/stylesheets/components/typography.scss index 0b023f17..760b1cb1 100644 --- a/magicbook/stylesheets/components/typography.scss +++ b/magicbook/stylesheets/components/typography.scss @@ -78,6 +78,11 @@ a { &:not([href^='http'])::after { content: ' (see page ' target-counter(attr(href), page) ')'; } + + // External links + &[href^='http']::after { + content: ' (' attr(href) ')'; + } } ol,