From e3d722f793e2307bb0be1566c8cf6f35c730479c Mon Sep 17 00:00:00 2001 From: Troy Nordine Date: Tue, 19 Sep 2023 08:06:02 -0500 Subject: Vassal Initial implementation --- play.css | 1 + 1 file changed, 1 insertion(+) (limited to 'play.css') diff --git a/play.css b/play.css index e2f9fc3..e3aa533 100644 --- a/play.css +++ b/play.css @@ -25,6 +25,7 @@ header.your_turn { background-color: orange; } #log .card_tip { font-style: italic; } #log .card_tip:hover { text-decoration: underline; } #log .lord_tip:hover { cursor: pointer; text-decoration: underline; } +#log .lord_vassal:hover { cursor: pointer; text-decoration: underline; } #log .locale_tip:hover { cursor: pointer; text-decoration: underline; } .action { -- cgit v1.2.3