Mørk canvas-bakgrunn + subtile indigo grid-linjer

Canvas var #f8f9fa (nesten hvit). Nå #0a0a0b.
Grid-linjer fra svart 5% til indigo 6% for synlighet på mørk bakgrunn.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
vegard 2026-03-19 02:29:18 +00:00
parent 543b0ca29f
commit b190c79fb3

View file

@ -509,7 +509,7 @@
width: 100%;
height: 100%;
overflow: hidden;
background: #f8f9fa;
background: #0a0a0b;
touch-action: none; /* We handle all touch ourselves */
user-select: none;
cursor: default;
@ -523,7 +523,7 @@
position: fixed;
inset: 0;
z-index: 50;
background: #f8f9fa;
background: #0a0a0b;
}
.canvas-world {
@ -551,8 +551,8 @@
inset: 0;
pointer-events: none;
background-image:
linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
linear-gradient(to right, rgba(99, 102, 241, 0.06) 1px, transparent 1px),
linear-gradient(to bottom, rgba(99, 102, 241, 0.06) 1px, transparent 1px);
}
/* Lasso */