This commit is contained in:
cay 2026-03-29 11:13:08 +01:00
parent 9ed5819326
commit cd155087ea

View File

@ -41,16 +41,16 @@ body {
.area {
fill: rgba(255, 255, 255, 0);
transition: 0.2s ease;
stroke: transparent;
stroke-width: 3;
cursor: pointer;
transition: 0.25s;
will-change: fill, filter;
transition: fill 0.25s, stroke 0.25s;
will-change: fill, stroke;
}
.area:hover {
fill: rgba(120, 200, 255, 0.18);
stroke: #6ec6ff;
stroke-width: 3;
}
#game-chat {