From d893ddcf810d04f7dcaace2858c5c467ce3dcdd0 Mon Sep 17 00:00:00 2001
From: Tor Andersson <tor@ccxvii.net>
Date: Fri, 9 Jul 2021 01:39:20 +0200
Subject: Use black highlight when assigning hits to blocks.

---
 play.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'play.html')

diff --git a/play.html b/play.html
index 713c2ee..db48071 100644
--- a/play.html
+++ b/play.html
@@ -180,6 +180,9 @@ div.block {
 .newblocks div.block.highlight { box-shadow: 0px 0px 2px 3px white; }
 .newblocks div.block.selected { box-shadow: 0px 0px 2px 3px yellow; }
 
+.oldblocks .battle_menu.hit div.block.highlight { border: 3px solid black; box-shadow: 0px 0px 3px black; }
+.newblocks .battle_menu.hit div.block.highlight { box-shadow: 0px 0px 2px 3px black; }
+
 div.block.highlight { cursor: pointer; }
 div.block.moved { filter: grayscale(50%) brightness(80%); }
 div.block.highlight.moved { filter: grayscale(60%) brightness(95%); }
@@ -246,7 +249,7 @@ div.block {
 
 </style>
 </head>
-<body class="oldlabels">
+<body class="oldblocks">
 
 <div class="status" id="status"></div>
 
-- 
cgit v1.2.3