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:
parent
543b0ca29f
commit
b190c79fb3
1 changed files with 4 additions and 4 deletions
|
|
@ -509,7 +509,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #f8f9fa;
|
background: #0a0a0b;
|
||||||
touch-action: none; /* We handle all touch ourselves */
|
touch-action: none; /* We handle all touch ourselves */
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
@ -523,7 +523,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
background: #f8f9fa;
|
background: #0a0a0b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.canvas-world {
|
.canvas-world {
|
||||||
|
|
@ -551,8 +551,8 @@
|
||||||
inset: 0;
|
inset: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(to right, 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(0,0,0,0.05) 1px, transparent 1px);
|
linear-gradient(to bottom, rgba(99, 102, 241, 0.06) 1px, transparent 1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Lasso */
|
/* Lasso */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue