commit 30f1ad6e62040e12064f9f37ca68789a07ac5748 parent efdd2a23b9ac3a6ee740643bb96ac2311608ee84 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sun, 30 Mar 2025 17:22:25 +0200 fix: ensure article content has no styling Diffstat:
M | assets/css/custom.css | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/assets/css/custom.css b/assets/css/custom.css @@ -15,9 +15,12 @@ section > p > br .article_content { margin-bottom: 1.5em; } -/* Content should not be weighted */ -.article_content > strong { +/* Article content should not be weighted or have any styling */ +.article_content > * { + font-size: inherit; font-weight: normal; + font-style: none; + line-height: inherit; } /* Hide iframes and images in case they are not filtered out */ .article_content > iframe,