commit e5889ad0099a6da8a878bf14aaa70e189fe49a1d
parent aa85d4183d463e1ddcd9b6e6c0f27b78ac58cd8b
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Thu, 31 Oct 2024 21:30:42 +0100
fix: previews should not be weighted
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/template.html b/template.html
@@ -40,6 +40,10 @@
.article_content {
margin-bottom: 1.5em;
}
+ /* Content should not be weighted */
+ .article_content > strong {
+ font-weight: normal;
+ }
/* Hide iframes and images in case they are not filtered out */
.article_content > iframe,
.article_content > img,