diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -36,6 +36,9 @@ body { ); } +#role_Player_A { background-color: thistle; } +#role_Player_B { background-color: whitesmoke; } + .role.active span { font-weight: bold } .role_stat { @@ -68,6 +71,10 @@ button:has(.saxony):active:hover { border-color: #005e17 #3e9d54 #3e9d54 #005e17 border: 1px solid black; } +#role_Player_A .role_marker { + width: 24px; +} + .role_marker.france { background-color: #ed1c24 } .role_marker.prussia { background-color: #005988 } .role_marker.pragmatic { background-color: #5f5c5c } |