From b045608c89dc542c8c859eb0265903c1b3ea7fd8 Mon Sep 17 00:00:00 2001
From: HulKiora <111693579+hkio120@users.noreply.github.com>
Date: Sun, 15 Mar 2026 22:59:34 +0100
Subject: [PATCH] ui: reduce HUD transparency for control, attacks, events, and
hover panel (#3429)
## Description:
Reduce HUD transparency for better readability by making the Control
Panel, Attacks panel, Events/Chat panel, and Hover panel more opaque
while keeping a subtle blur effect.
## Please complete the following:
- [ x] I have added screenshots for all UI updates
- [ ] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [ ] I have added relevant tests to the test directory
- [x ] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
## Please put your Discord username so you can be contacted if a bug or
regression is found:
HulKiora
Before :
After :
---
index.html | 2 +-
src/client/graphics/layers/AttacksDisplay.ts | 10 +++++-----
src/client/graphics/layers/EventsDisplay.ts | 6 +++---
src/client/graphics/layers/GameLeftSidebar.ts | 2 +-
src/client/graphics/layers/GameRightSidebar.ts | 2 +-
src/client/graphics/layers/PlayerInfoOverlay.ts | 2 +-
src/client/graphics/layers/ReplayPanel.ts | 2 +-
7 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/index.html b/index.html
index f6a07f4ed..ab3609a02 100644
--- a/index.html
+++ b/index.html
@@ -284,7 +284,7 @@
class="w-full pointer-events-auto order-1 sm:order-none"
>