commit 1d21908e561420d843f5c42f3dddb11872b901ff
parent b1ecc8b92853139027d3bbc024ffebf1e24937af
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 5 Apr 2025 12:04:29 +0200
fix: ensure figure captions are not shown
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/assets/css/custom.css b/assets/css/custom.css
@@ -20,14 +20,13 @@ section > p > br
.article_content > * {
font-size: inherit;
font-weight: normal;
- font-style: none;
+ font-style: normal;
line-height: inherit;
}
/* Hide iframes and images in case they are not filtered out */
-.article_content > iframe,
-.article_content > img,
-.article_content > * > img,
-.article_content > * > iframe
+.article_content iframe,
+.article_content img,
+.article_content figcaption,
{
display: none;
}