toggleable crt effect (accessibility)! (also better mobile support)

This commit is contained in:
ari melody 2023-10-15 04:23:53 +01:00
parent a2eec46ae4
commit 0369773a6e
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 113 additions and 21 deletions

View file

@ -20,7 +20,8 @@
<link rel="stylesheet" href="style/main.css">
<script src="script/main.js" defer="defer"></script>
<script src="/script/main.js" defer></script>
<script src="/script/accessibility.js" defer></script>
<link rel="me" href="https://wetdry.world/@ari">
</head>
<body>
@ -49,6 +50,9 @@
<!-- coming later! -->
<span title="coming later!">art</span>
</li>
<li>
<img src="/img/toggle_crt.svg" alt="" id="toggle-crt" width="24" height="24">
</li>
</ul>
</div>
</header>