This commit is contained in:
cay 2026-03-29 11:11:37 +01:00
parent 2f595c6a31
commit 9ed5819326

View File

@ -33,9 +33,10 @@ body {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
transform: translateZ(0);
will-change: transform;
} }
.area { .area {
@ -48,12 +49,8 @@ body {
.area:hover { .area:hover {
fill: rgba(120, 200, 255, 0.18); fill: rgba(120, 200, 255, 0.18);
stroke: #6ec6ff; stroke: #6ec6ff;
stroke-width: 3; stroke-width: 3;
filter: drop-shadow(0 0 14px #6ec6ff);
} }
#game-chat { #game-chat {