mirror of
https://github.com/mileswolfallen2/miles-web.git
synced 2026-09-08 11:23:17 +00:00
updat
This commit is contained in:
+10
-2
@@ -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;}}
|
||||
|
||||
Reference in New Issue
Block a user