From c963f5caffb401aaefad1305f62c67d40df76c10 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sun, 19 Nov 2023 19:38:25 +0100 Subject: campaigning action --- play.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 381ad56..338962b 100644 --- a/play.html +++ b/play.html @@ -219,6 +219,14 @@ div.congress_box.action { drop-shadow(0px -2px 0px white); } +.piece.selected { + filter: + drop-shadow(2px 0px 0px yellow) + drop-shadow(0px 2px 0px yellow) + drop-shadow(-2px 0px 0px yellow) + drop-shadow(0px -2px 0px yellow); +} + .piece.cube { width: 14px; height: 14px; -- cgit v1.2.3