Skip to content

Commit

Permalink
💄 Add CSS for main fig caption
Browse files Browse the repository at this point in the history
  • Loading branch information
jnywong committed Oct 21, 2024
1 parent e3fb265 commit e0c74d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions catalystbook/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ nav.bd-links .current > a {
width: 100%;
height: 25vh;
object-fit: scale-down;
}

p.figure-caption {
color: var(--pst-color-text-muted);
font-family: var(--pst-font-family-heading);
font-weight: var(--pst-font-weight-caption);
font-size: 1em;
}

0 comments on commit e0c74d2

Please sign in to comment.