cursor-mover-app/crates/cursor-mover-webapp/assets/styling/mouse_area.module.css

7 lines
159 B
CSS

.mouse-area {
background: radial-gradient(#0004 15%, transparent 20%), white;
background-size: 15px 15px;
touch-action: none;
flex-grow: 1;
}