aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-11-17 18:03:13 -0500
committertdro <tdro@noreply.example.com>2022-11-17 18:03:13 -0500
commitd3e45e2a19fd66f6c807368ee9abc59b975fe4fb (patch)
treea7fda979c509601d813784de3d85b416a229d17e /assets
parenta0d023cfe24150a1130ff8638ba5ef845da156de (diff)
downloadcanory-d3e45e2a19fd66f6c807368ee9abc59b975fe4fb.tar.gz
canory-d3e45e2a19fd66f6c807368ee9abc59b975fe4fb.tar.bz2
canory-d3e45e2a19fd66f6c807368ee9abc59b975fe4fb.zip
themes/default/layouts/_default/_markup/render-link: data-external -> data-internal
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index f5dc345..2ab840e 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -504,7 +504,7 @@ micro-metadata-handle a:hover span {
text-decoration-thickness: 0.15rem !important;
}
-a[data-external] {
+a[data-internal] {
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted;
}