Disallow screen readers from reading the CRT text

This commit is contained in:
theycallhermax
2024-08-27 02:54:04 +00:00
parent a2525c0981
commit 320f468785

View File

@ -1,3 +1,3 @@
<div class="crt scanlines"> <div class="crt scanlines" aria-hidden="true">
{{ body | markdown | safe }} {{ body | markdown | safe }}
</div> </div>