Change canvas artboard background color to be 1 shade lighter

This commit is contained in:
Keavon Chambers
2022-01-15 06:35:06 -08:00
parent ea2d003484
commit fa390c3875

View File

@@ -222,7 +222,7 @@
}
.canvas {
background: var(--color-1-nearblack);
background: var(--color-2-mildblack);
width: 100%;
height: 100%;
// Allows the SVG to be placed at explicit integer values of width and height to prevent non-pixel-perfect SVG scaling