aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-11-30 01:43:16 -0500
committerThedro Neely <thedroneely@gmail.com>2019-11-30 01:43:16 -0500
commit9f9118cd5a06487a42c67b23825c6d864d5fdf5e (patch)
tree933dc8db4e046b657b23bb48b549b7eb5f21a036 /public
parent594cfa9763e7168aa466b1f1b42af8ac61fb1e28 (diff)
downloadthedroneely.com-9f9118cd5a06487a42c67b23825c6d864d5fdf5e.tar.gz
thedroneely.com-9f9118cd5a06487a42c67b23825c6d864d5fdf5e.tar.bz2
thedroneely.com-9f9118cd5a06487a42c67b23825c6d864d5fdf5e.zip
public/css/tdro: Set code font size in both footnote types
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 7951f6f..2b37730 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -241,7 +241,7 @@ code {
p code { font-size: 1rem; }
-.sidenote code { font-size: 0.8em; }
+.marginnote code, .sidenote code { font-size: 0.8em; }
hr {
background-color: #ddd;