Skip to content

Commit

Permalink
fix(reader): figcaption font size
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Nov 19, 2024
1 parent a89ccc7 commit 47a911a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ figure {
text-align: var(--text-align) !important;
margin: 0 !important;
opacity: 0.8 !important;
font-size: 0.8em !important;
font-size: 12px !important;
}
figure * {
Expand All @@ -323,7 +323,7 @@ figure p,
caption,
figcaption {
opacity: 0.8 !important;
font-size: 0.8em !important;
font-size: 12px !important;
}
hr {
Expand Down

0 comments on commit 47a911a

Please sign in to comment.