1
0
Fork 0

Removed grid... forgot I had that

This commit is contained in:
Atridad Lahiji 2025-03-25 00:23:54 -06:00
parent c96a592849
commit b84f4af29d
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -46,11 +46,6 @@
background-color: white;
will-change: transform;
contain: layout paint;
/* Add a subtle grid pattern to help with orientation */
background-image:
linear-gradient(rgba(200, 200, 200, 0.1) 1px, transparent 1px),
linear-gradient(90deg, rgba(200, 200, 200, 0.1) 1px, transparent 1px);
background-size: 50px 50px;
}
.target {