From b84f4af29d6aa76b94748fce0fc18e46b1bcc6fa Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 25 Mar 2025 00:23:54 -0600 Subject: [PATCH] Removed grid... forgot I had that --- src/App.css | 5 ----- 1 file changed, 5 deletions(-) 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 {