« get me outta code hell

css: never italicize external link arrow - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-31 20:19:54 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-31 20:20:10 -0300
commit2b4e36a2d34954b8c490cc18485c353b28073891 (patch)
treec50d07d5a30ac359861ef526f2b6326929851c1b
parent639fad33c79907dd158df06f0009e59691354a7b (diff)
css: never italicize external link arrow
See issue #469.
-rw-r--r--src/static/css/site.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 61d93670..87f191a6 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -751,6 +751,7 @@ a:not([href]):hover {
 
 .external-link.indicate-external::after {
   content: '\00a0➚';
+  font-style: normal;
 }
 
 .external-link.indicate-external:hover::after {