diff --git a/src/lib/BackgroundGrid.svelte b/src/lib/BackgroundGrid.svelte index d36e3db..90b99b9 100644 --- a/src/lib/BackgroundGrid.svelte +++ b/src/lib/BackgroundGrid.svelte @@ -16,6 +16,8 @@ let verticalMargin = MARGIN_SIZE; let unloaded = true; + let transparent = false; + function updateCounts() { const gridWidth = window.innerWidth - MARGIN_SIZE; const gridHeight = window.innerHeight - MARGIN_SIZE; @@ -69,11 +71,11 @@