diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-03-23 23:26:04 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | e5edcf0b76e59e73c491291ce41b81549f0fa0b8 (patch) | |
tree | f7325ee3011d2fc0b8d7225b53fd6ae634fc1b6b /play.css | |
parent | aa9d655781955ed63adc9d08097c7234bd1186ad (diff) | |
download | wilderness-war-e5edcf0b76e59e73c491291ce41b81549f0fa0b8.tar.gz |
Fix bugs found during play testing session.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -24,9 +24,10 @@ aside { width: 220px; } #log .h1 { background-color: tan; font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; } #log .h2 { background-color: wheat; padding-top:2px; padding-bottom:2px; text-align: center; } #log .h3 { background-color: antiquewhite; padding-top:2px; padding-bottom:2px; text-align: center; } +#log .b { text-transform: uppercase; } #log .tip { color: blue; } -#log .tip:hover { text-decoration: dotted underline; } +#log .tip { text-decoration: dotted underline; } #log .indent { padding-left: 12px; @@ -142,12 +143,18 @@ aside { width: 220px; } #popup div.enabled:hover { background-color: black; color: white; } #popup div.always { display: block; } +.card.highlight { + outline: 2px solid yellow; +} + /* MAP */ +/* #mapwrap:not(.fit) ~ .hand { width: 2550px; margin: 15px auto; } +*/ #mapwrap { position: relative; |