This commit is contained in:
2026-07-29 04:07:36 -05:00
parent 87369419b6
commit 9e88fc2467
27 changed files with 1553 additions and 5 deletions
+10 -2
View File
@@ -30,7 +30,15 @@ body::after{
::selection{background:var(--accent);color:#000;}
a{color:inherit;text-decoration:none;}
*{cursor:none !important;}
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);
@@ -242,7 +250,7 @@ body.light .breadcrumb{color:#888;}
position:fixed;top:20px;right:20px;z-index:600;
background:none;border:2px solid rgba(255,255,255,0.15);
width:40px;height:40px;display:flex;align-items:center;justify-content:center;
font-size:16px;cursor:none;transition:all .3s;color:var(--text);
font-size:16px;cursor:pointer;transition:all .3s;color:var(--text);
}
.theme-toggle:hover{border-color:var(--accent);background:rgba(255,61,154,0.1);}
@media(max-width:640px){.theme-toggle{display:none;}}