« get me outta code hell

content, css: linkExternal: indicateExternal slot + new design - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
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
commitb2f09b9ca45ac7f439aa5160c4d1b0ac61e66846 (patch)
treec5f0dfcd0dac1ee7a7c98deb65e0cd96e550bd86 /src/static
parentae3fac05e0d2ae6c654e2d23b66a9c63709a4f94 (diff)
content, css: linkExternal: indicateExternal slot + new design
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 3d707f2..83a066c 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;
 }