arimelody.me/public/style/cursor.css

10 lines
146 B
CSS
Raw Permalink Normal View History

2025-03-15 17:54:58 +00:00
canvas#cursors {
position: fixed;
top: 0;
left: 0;
2025-03-15 17:54:58 +00:00
width: 100vw;
height: 100vh;
2025-03-14 00:33:59 +00:00
pointer-events: none;
2025-03-15 17:54:58 +00:00
z-index: 100;
}