summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/play.css b/play.css
index 50eaa78..df25cd3 100644
--- a/play.css
+++ b/play.css
@@ -22,6 +22,8 @@ body {
#role_Frederick { background-color: skyblue; }
#role_Louis_XV { background-color: salmon; }
+.role.active span { font-weight: bold }
+
#mapwrap {
width: 2485px;
height: 1654px;
@@ -149,7 +151,7 @@ header.your_turn.austria { background-color: var(--color-light-austria); }
min-height: 6px;
}
-.city_tip .piece_tip, .move_tip { cursor: pointer; }
+.city_tip, .piece_tip, .move_tip { cursor: pointer; }
.city_tip:hover, .piece_tip:hover, .move_tip:hover { text-decoration: underline; }
#log .h {