aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-03-14 15:26:51 -0400
committerThedro Neely <thedroneely@gmail.com>2022-03-14 15:26:51 -0400
commite443f77146eec8bc090e399d5fafe6935ae5f617 (patch)
treebf18ccf44c44f0583f0b6c8cb128b9e6321e3598 /public
parent1ad436910429e307d0df98d3d0411ae620701b32 (diff)
downloadthedroneely.com-e443f77146eec8bc090e399d5fafe6935ae5f617.tar.gz
thedroneely.com-e443f77146eec8bc090e399d5fafe6935ae5f617.tar.bz2
thedroneely.com-e443f77146eec8bc090e399d5fafe6935ae5f617.zip
public/css/tdro: Set figure caption code font size
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index e4ad938..342978a 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1969,6 +1969,10 @@ figure div {
height: 0;
}
+figcaption code {
+ font-size: 1em;
+}
+
figcaption,
.video footer,
.video footer code {