From cd155087eaca4be07e4de36c21ad0450c7330bf5 Mon Sep 17 00:00:00 2001 From: cay Date: Sun, 29 Mar 2026 11:13:08 +0100 Subject: [PATCH] jzfrst --- public/css/launcher.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/launcher.css b/public/css/launcher.css index 63bd7bc..e0bbb26 100644 --- a/public/css/launcher.css +++ b/public/css/launcher.css @@ -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 {