diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-08-07 14:35:39 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-08-07 14:35:39 +0000 |
| commit | 6e5346a7f78ea4444848a926bb3faa27a8b19bce (patch) | |
| tree | 03c133b57aef93bcfc652cfccab01b52f4ae48ad /index.html | |
| parent | dcfced129fb95a06df43502372abb229bbbaa018 (diff) | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -237,7 +237,7 @@ <div class="shine"></div> </div> - <div class="eye" style="top: 16%; left: 56%; width: 14%; height: 8.5%"> + <div class="eye" style="top: 16%; left: 56%; width: 15%; height: 8.5%"> <div class="white"></div> <div class="pupil"></div> <div class="shine"></div> @@ -282,6 +282,7 @@ </div> <script> + // i hope to find a css-only alternative document.addEventListener("mousemove", (e) => { document.querySelectorAll(".eye").forEach(eye => { const pupil = eye.querySelector(".pupil"); |
