diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index a2f62898..1189d021 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -473,7 +473,7 @@ a:not([href]):hover { } .external-link.indicate-external::after { - content: ' ➚'; + content: '\00a0➚'; } .external-link.indicate-external:hover::after { |