More site code improvements. Better imgproc, better caption CSS, make post archetype assume we'll have images.

This commit is contained in:
2023-11-07 02:16:54 +00:00
parent 3c80fa1214
commit 33a57f0373
5 changed files with 46 additions and 23 deletions

View File

@ -2,6 +2,10 @@ body {
color: #000000;
}
figcaption {
text-align: center;
}
.c-article__summary p {
color: #000000;
margin: 16px;