From d29b7355f7ba99d0d03ea432a28a09e690d7d4bf Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 17 Nov 2022 11:47:06 -0500 Subject: themes/default/layouts/_default/_markup/render-link: Remove target="_blank" Will cause issues later on - highlight external links with dotted underline --- assets/css/default.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets') diff --git a/assets/css/default.css b/assets/css/default.css index 5a19a98..04f5a6e 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -499,6 +499,11 @@ micro-metadata-handle a:hover span { text-decoration-thickness: 0.15rem !important; } +a[data-external] { + -webkit-text-decoration-style: dotted; + text-decoration-style: dotted; +} + column-left nav { position: sticky; position: -webkit-sticky; -- cgit v1.2.3