diff --git a/js/_pixelGrid.js b/js/_pixelGrid.js index 0ce55ce..2e16b6f 100644 --- a/js/_pixelGrid.js +++ b/js/_pixelGrid.js @@ -1,5 +1,5 @@ // Start colour of the pixel grid (can be changed in the preferences) -let pixelGridColor = "#0000FF"; +let pixelGridColor = "#000000"; // Distance between one line and another in HTML pixels let lineDistance = 12; // The grid is not visible at the beginning diff --git a/js/_settings.js b/js/_settings.js index 3c39602..1c92a98 100644 --- a/js/_settings.js +++ b/js/_settings.js @@ -15,7 +15,7 @@ if(!settingsFromCookie) { enableEyedropperPreview: true, //unused - performance numberOfHistoryStates: 20, maxColorsOnImportedImage: 128, - pixelGridColour: '#0000FF' + pixelGridColour: '#000000' }; } else{