From 73616b835394b357d5cc9ed1a2219249862462f9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 6 Jun 2024 14:19:09 +0200 Subject: eslint and other cleanups --- play.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.css') diff --git a/play.css b/play.css index 817d1af..8e9fdad 100644 --- a/play.css +++ b/play.css @@ -121,7 +121,7 @@ body { min-height: 6px; } -.city_tip .piece_tip, .move_tip { cursor: pointer; } +.city_tip, .piece_tip, .move_tip { cursor: pointer; } .city_tip:hover, .piece_tip:hover, .move_tip:hover { text-decoration: underline; } #log .h { -- cgit v1.2.3