aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-05-17 08:28:34 -0400
committerThedro Neely <thedroneely@gmail.com>2020-05-17 08:28:34 -0400
commitbd36cd6f316413fd5026a9cb2a9281c74fc0297f (patch)
tree4a416e3d0fe4707ec67e77e789a3a3e643e2735e /public
parentfea05dc68313987dcb319624db044c2eac352540 (diff)
downloadthedroneely.com-bd36cd6f316413fd5026a9cb2a9281c74fc0297f.tar.gz
thedroneely.com-bd36cd6f316413fd5026a9cb2a9281c74fc0297f.tar.bz2
thedroneely.com-bd36cd6f316413fd5026a9cb2a9281c74fc0297f.zip
public/css/tdro: Letter spacing on footnotes
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 9cea11c..9cdcc1d 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4457,6 +4457,7 @@ nav#TableOfContents a { display: block; color: #555; padding-left: 0.5rem; }
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
+ letter-spacing: 0.01rem;
}
.sidenote:hover, .marginnote:hover { -webkit-user-select: inherit; -ms-user-select: inherit; user-select: inherit; }