From e017dd5f28576a31df6a767907f1dfa28472c4b0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 23 Mar 2025 12:41:35 +0100 Subject: Log discarded end of year cards. --- play.css | 1 + 1 file changed, 1 insertion(+) (limited to 'play.css') diff --git a/play.css b/play.css index 48223ac..556db15 100644 --- a/play.css +++ b/play.css @@ -66,6 +66,7 @@ body header.fascist.your_turn { background-color: hsl(30, 35%, 65%); } #log .tip { cursor: pointer; } #log .tip:hover { text-decoration: underline; } +#log :not(.h) .tip { font-style: italic; } #mapwrap { width: 1650px; -- cgit v1.2.3