diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-02 20:30:17 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-02 20:30:17 +0000 |
commit | 6a562473c05cea24e7876d01eb80d9e188a5cc5a (patch) | |
tree | 03054ac94c61241b106762016317c9f8081bda7d /play.css | |
parent | ebadbb3e0414803b979cc03d84d92a1971fadb0c (diff) | |
parent | 1d073110c0937e2a057efd0eeeef5223036c1187 (diff) | |
download | 1989-dawn-of-freedom-6a562473c05cea24e7876d01eb80d9e188a5cc5a.tar.gz |
Merge branch 'work-in-progress' of https://github.com/iainp5/1989-Dawn-of-Freedom into work-in-progress
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -40,7 +40,6 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); } #log .h1 { background-color: tan } #log .h2 { background-color: wheat } #log .h3 { background-color: wheat } -#log .h3 { background-color: wheat } #log .h2.dem { background-color: hsl(206, 85%, 80%); } #log .h2.com { background-color: hsl(355, 70%, 80%); } @@ -91,6 +90,11 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); } .space.Romania.action { border-color: peachpuff; } .space.Bulgaria.action { border-color: palegreen; } +.space.selected { + border-color: aqua; + box-shadow: 0 0 0 1px black, inset 0 0 0 1px black; +} + .space.tip { border-color: lime; box-shadow: 0 0 0 1px black, inset 0 0 0 1px black; @@ -267,12 +271,7 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); } } .power_card { - width: 188px; - height: 263px; - border-radius: 12px; -} - -.power_card { + background-color: #093a5b; width: 188px; height: 263px; border-radius: 12px; |