From b71baa147a31dedfe7cf1c581f369a6491d72926 Mon Sep 17 00:00:00 2001 From: Kian Kasad Date: Fri, 19 Feb 2021 21:21:19 -0800 Subject: [PATCH] rework design of image captions in figure shortcode (#247) --- assets/css/post-single.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/css/post-single.css b/assets/css/post-single.css index 9ca3e92a..b7ec47fe 100644 --- a/assets/css/post-single.css +++ b/assets/css/post-single.css @@ -246,7 +246,13 @@ color: var(--primary); font-size: 16px; font-weight: bold; - margin: 24px 0 16px; + margin: 8px 0 16px; +} + +.post-content figure > figcaption > p { + color: var(--secondary); + font-size: 14px; + font-weight: normal; } .toc {