diff --git a/src/App.css b/src/App.css index baebfdb..b3235e9 100644 --- a/src/App.css +++ b/src/App.css @@ -46,11 +46,6 @@ background-color: white; will-change: transform; contain: layout paint; - /* Add a subtle grid pattern to help with orientation */ - background-image: - linear-gradient(rgba(200, 200, 200, 0.1) 1px, transparent 1px), - linear-gradient(90deg, rgba(200, 200, 200, 0.1) 1px, transparent 1px); - background-size: 50px 50px; } .target {