diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 3d707f2c..83a066cd 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -472,6 +472,14 @@ a:not([href]):hover { white-space: nowrap; } +.external-link.indicate-external::after { + content: ' ➚'; +} + +.external-link.indicate-external:hover::after { + color: white; +} + .nav-main-links .nav-link.current > span.nav-link-content > a { font-weight: 800; } |