From d5e2cc15b3d962e414433d3f78890a50054e38d8 Mon Sep 17 00:00:00 2001 From: Yann Date: Sun, 19 Jun 2022 18:40:54 +0200 Subject: [PATCH] Corrige le css des figcaptions --- assets/css/screen.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 67a7f45..731ad64 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -7,6 +7,7 @@ --title: #f28322; --post-title: #a7adba; --border: #424650; + --figcaption: #9EABB3; } @font-face { @@ -637,11 +638,13 @@ textarea { .post-full-content figure img { margin:0 } -.post-full-content figcaption { +.post-content figcaption { margin:1.0em 0 0; font-size:80%; + font-style: italic; line-height:1.6em; - text-align:center + text-align:center; + color: var(--figcaption); } .kg-width-full figcaption { padding:0 1.5em