Skip to content

Commit

Permalink
rework design of image captions in figure shortcode (adityatelange#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkasad authored Feb 20, 2021
1 parent 4a402ee commit 075da4e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/css/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 075da4e

Please sign in to comment.