diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-27 15:53:44 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-27 15:53:44 +0100 |
commit | 3dd89e521ab259dabcc9336082f053a24b53581f (patch) | |
tree | 68861cb04a2d5fa6fc962c01b16ba9222f7496f3 /play.html | |
parent | 66ae544b0b383db1e846a028dab42e9da25586a9 (diff) | |
download | votes-for-women-3dd89e521ab259dabcc9336082f053a24b53581f.tar.gz |
text decoration for cards, states and regions in log
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,8 +50,8 @@ body.Opposition header.your_turn { background-color: var(--opp-75); } #log .suf { background-color: var(--suf-85); } #log .opp { background-color: var(--opp-85); } -#log .tip { cursor: pointer; } -#log .tip:hover { text-decoration: underline; } +#log .tip { cursor: pointer; text-decoration: underline; } +#log .tip:hover { text-decoration: underline; font-weight: bold; } #log > .p { padding-left: 20px; text-align: right; font-style: italic; opacity: 75%; } #log > .i { padding-left: 20px; } |