fix(reader): figcaption font size

This commit is contained in:
junkfood 2024-11-20 01:07:39 +08:00
parent a89ccc7fd9
commit 47a911ae0d
No known key found for this signature in database
GPG Key ID: 2EA5B648DB112A34

View File

@ -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 * {
@ -323,7 +323,7 @@ figure p,
caption,
figcaption {
opacity: 0.8 !important;
font-size: 0.8em !important;
font-size: 12px !important;
}
hr {