aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-11-18 18:57:08 -0500
committertdro <tdro@noreply.example.com>2022-11-18 19:02:53 -0500
commitd01e8d120c39b587d1f57fa91cb1a584d7ff2bcc (patch)
tree84b247df67c30a83283f285d607947276b83f6cb
parentd7df1c7a2850c0cff38f309882564782b49186f1 (diff)
downloadcanory-d01e8d120c39b587d1f57fa91cb1a584d7ff2bcc.tar.gz
canory-d01e8d120c39b587d1f57fa91cb1a584d7ff2bcc.tar.bz2
canory-d01e8d120c39b587d1f57fa91cb1a584d7ff2bcc.zip
assets/css/default: Dashed border for internal anchors
-rw-r--r--assets/css/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index a080d31..e4d15a0 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -501,8 +501,8 @@ micro-metadata-handle a:hover span {
}
a[data-internal] {
- -webkit-text-decoration-style: dotted;
- text-decoration-style: dotted;
+ -webkit-text-decoration-style: dashed;
+ text-decoration-style: dashed;
}
column-left nav {