diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-01 07:50:58 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-31 19:19:33 -0300 |
commit | b2f09b9ca45ac7f439aa5160c4d1b0ac61e66846 (patch) | |
tree | c5f0dfcd0dac1ee7a7c98deb65e0cd96e550bd86 /src/static | |
parent | ae3fac05e0d2ae6c654e2d23b66a9c63709a4f94 (diff) |
content, css: linkExternal: indicateExternal slot + new design
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; } |