diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-03-23 12:41:35 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-03-23 12:41:35 +0100 |
commit | e017dd5f28576a31df6a767907f1dfa28472c4b0 (patch) | |
tree | 6fc52acea6a9297a48167c89b86188d42c42d0c3 /play.css | |
parent | 132d8e5f7a39247aaa64cea18947a38d932b77b8 (diff) | |
download | land-and-freedom-e017dd5f28576a31df6a767907f1dfa28472c4b0.tar.gz |
Log discarded end of year cards.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |