From 7643193d6b53b4053a5465885d1aa1cd00c8a8e0 Mon Sep 17 00:00:00 2001 From: Yosvel Delta <152043745+CoderDeltaLAN@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:48:29 +0100 Subject: [PATCH] chore: improve accessibility baseline checks --- index.html | 13 +++++++++---- scripts/verify.sh | 17 +++++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b186be7..3add125 100644 --- a/index.html +++ b/index.html @@ -454,6 +454,11 @@ .vert-g{grid-template-columns:1fr 1fr} .ai-branches{grid-template-columns:repeat(2,1fr)} } +@media (pointer:coarse), (hover:none){ + body{cursor:auto} + .cursor-dot,.cursor-ring{display:none!important} +} + @media(prefers-reduced-motion:reduce){ *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important} #cur,#cur-r,#cur-glow{display:none} @@ -879,19 +884,19 @@