aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-30 14:51:03 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-30 14:51:03 -0500
commit3c0f9c3df4063413ee2ea96c237e990073d85e91 (patch)
treefd5fbd61dff46380e724fd65479647c920dea9b4
parent5fe205f9a03f3087e27c332186d8b2e34d8c4825 (diff)
downloadthedroneely.com-3c0f9c3df4063413ee2ea96c237e990073d85e91.tar.gz
thedroneely.com-3c0f9c3df4063413ee2ea96c237e990073d85e91.tar.bz2
thedroneely.com-3c0f9c3df4063413ee2ea96c237e990073d85e91.zip
public/css/tdro: Normalize footnote font size
-rw-r--r--public/css/tdro.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 2ee0ae5..3f1b6d0 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4417,10 +4417,10 @@ nav#TableOfContents a { display: block; color: #555; padding-left: 0.5rem; }
width: 18vw;
margin-top: 0;
margin-bottom: 1em;
- font-size: 0.75em;
+ font-size: 1rem;
vertical-align: baseline;
position: relative;
- color: #333;
+ color: #444;
}
.sidenote, .marginnote { -ms-hyphens: auto; -ms-word-break: normal; overflow-wrap: break-word; word-break: break-word; }