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