From 8cd2705ceb3cafa5364595016c2520097984ff11 Mon Sep 17 00:00:00 2001 From: Rousseau Thibaut Date: Fri, 27 Jan 2017 16:12:23 +0100 Subject: [PATCH] feat: style Hugo figure shortcode --- static/css/hugo-theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/hugo-theme.css b/static/css/hugo-theme.css index 6239a5b400..c9ab135f34 100644 --- a/static/css/hugo-theme.css +++ b/static/css/hugo-theme.css @@ -202,3 +202,11 @@ h6 { p { margin: 1rem 0; } + +figcaption h4 { + font-weight: 300 !important; + opacity: .85; + font-size: 1em; + text-align: center; + margin-top: -1.5em; +} \ No newline at end of file