This commit is contained in:
2026-07-29 12:23:01 -05:00
parent 9e88fc2467
commit f2dc8a1660
9 changed files with 446 additions and 14 deletions
-8
View File
@@ -31,14 +31,6 @@ body::after{
a{color:inherit;text-decoration:none;}
body.custom-cursor-enabled *{cursor:none !important;}
body.custom-cursor-enabled a,
body.custom-cursor-enabled button,
body.custom-cursor-enabled input,
body.custom-cursor-enabled textarea,
body.custom-cursor-enabled select,
body.custom-cursor-enabled [role="button"]{
cursor:auto !important;
}
.cursor-dot,.cursor-ring{position:fixed;top:0;left:0;pointer-events:none;z-index:99999;border-radius:50%;}
.cursor-dot{
width:6px;height:6px;background:var(--accent);