From 57af01c5bee31bb9dbd6228ef6553a41b638703f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Wed, 26 Apr 2023 23:31:01 +0200 Subject: [PATCH] Add symbol for external links. --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index e9dd5c0..6d87588 100644 --- a/static/style.css +++ b/static/style.css @@ -343,6 +343,9 @@ a.internal::before { a.internal::after { content: ' }'; } +a.external::after { + content: ' ↗'; +} /* Markup */ .underlined {