commit 7d4c21a972059c3b25f19751c9a410687eacdf9d
parent 55396570afadc18587faa26351a1291cc4d5d696
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Wed, 5 Jun 2024 22:37:40 +0200
ensure images are hidden
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/template.html b/template.html
@@ -28,6 +28,10 @@
h2 > a[href^="https"]::after {
content: " \2197";
}
+ /* Hide images and iframes in case they are not filtered out */
+ img, iframe {
+ display: none;
+ }
</style>
<script>
// Toggle Theme function