feat: add requst spotlight feature for players and update tooltips

This commit is contained in:
CPTN Cosmo 2026-03-24 02:51:46 +01:00
parent b01167c6d8
commit 59527962ba
3 changed files with 66 additions and 16 deletions

View file

@ -15,3 +15,9 @@
justify-content: center;
align-items: center;
}
/* Player spotlight request effect */
#token-hud .control-icon.active i.dh-spotlight-request {
color: #4da6ff;
text-shadow: 0 0 5px #007bff, 0 0 10px #007bff;
}