Corrige le css des figcaptions

This commit is contained in:
Yann 2022-06-19 18:40:54 +02:00
parent 13430eed48
commit d5e2cc15b3

View File

@ -7,6 +7,7 @@
--title: #f28322; --title: #f28322;
--post-title: #a7adba; --post-title: #a7adba;
--border: #424650; --border: #424650;
--figcaption: #9EABB3;
} }
@font-face { @font-face {
@ -637,11 +638,13 @@ textarea {
.post-full-content figure img { .post-full-content figure img {
margin:0 margin:0
} }
.post-full-content figcaption { .post-content figcaption {
margin:1.0em 0 0; margin:1.0em 0 0;
font-size:80%; font-size:80%;
font-style: italic;
line-height:1.6em; line-height:1.6em;
text-align:center text-align:center;
color: var(--figcaption);
} }
.kg-width-full figcaption { .kg-width-full figcaption {
padding:0 1.5em padding:0 1.5em