diff options
author | Nick White <git@njw.name> | 2019-10-10 15:37:44 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-10 15:37:44 +0100 |
commit | 09252008dbc94824c4adeb7802011cdb1b09c7af (patch) | |
tree | e483ae1bfe0dabe93f5ce5e71a90799d93f3f7ea | |
parent | d76a71eaeae15dc03dd3160d4fc54831780ec03f (diff) |
Make captions smaller
-rw-r--r-- | static/css/hyde.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; +} |