Skip to content

Commit cd266db

Browse files
Updated Map Background for better visibility
1 parent 6ba7c1f commit cd266db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ ctx.webkitImageSmoothingEnabled = false;
277277
ctx.msImageSmoothingEnabled = false;
278278

279279
const colorMap = {
280-
w: "#141414", // water
280+
w: "#1E1E1E", // water
281281
m: "#0A0A0A", // Manhattan
282282
x: "#0A0A0A", // Bronx
283283
b: "#0A0A0A", // Brooklyn + Queens
@@ -770,7 +770,7 @@ canvas.addEventListener('wheel', e => {
770770
function drawMap(mapData) {
771771
ctx.clearRect(0, 0, canvas.width, canvas.height);
772772

773-
ctx.fillStyle = '#141414';
773+
ctx.fillStyle = '#1E1E1E';
774774
ctx.fillRect(0, 0, canvas.width, canvas.height);
775775

776776
drawGrid();

0 commit comments

Comments
 (0)