rework design of image captions in figure shortcode (#247)

This commit is contained in:
Kian Kasad 2021-02-19 21:21:19 -08:00 committed by GitHub
parent e53bfe514a
commit b71baa147a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,7 +246,13 @@
color: var(--primary);
font-size: 16px;
font-weight: bold;
margin: 24px 0 16px;
margin: 8px 0 16px;
}
.post-content figure > figcaption > p {
color: var(--secondary);
font-size: 14px;
font-weight: normal;
}
.toc {