toggleable crt effect (accessibility)! (also better mobile support)
This commit is contained in:
parent
a2eec46ae4
commit
0369773a6e
7 changed files with 113 additions and 21 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue