From 09252008dbc94824c4adeb7802011cdb1b09c7af Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 10 Oct 2019 15:37:44 +0100 Subject: Make captions smaller --- static/css/hyde.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/hyde.css b/static/css/hyde.css index 2ae0573..caf3af5 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -259,3 +259,6 @@ body.theme-rescribe { .theme-rescribe .sidebar-about h1 { font-family: "EB Garamond Regular", Helvetica, Arial, sans-serif; } +.theme-rescribe figcaption { + font-size: small; +} -- cgit v1.2.1-24-ge1ad