summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-20 17:50:48 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:12:55 +0100
commit6a74609f7ad1451b087b21b0f8aa5512da5575bc (patch)
tree75bd29afde45681a946f27c638cbf4abff3d8995 /play.html
parent1f9b51478992c419faadec81b5766fb7883562ff (diff)
downloadrichard-iii-6a74609f7ad1451b087b21b0f8aa5512da5575bc.tar.gz
Fix boldness of battle header.
Diffstat (limited to 'play.html')
-rw-r--r--play.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.html b/play.html
index 916c401..751d79c 100644
--- a/play.html
+++ b/play.html
@@ -173,7 +173,7 @@ div.block {
#battle { background-color: silver; }
#battle_message { background-color: lightsteelblue; }
-#battle_header { background-color: steelblue; color: white; font-weight: bold; }
+#battle_header { background-color: steelblue; color: white; }
.battle_separator { background-color: steelblue; }
.battle_reserves > td > div { height: 75px; padding: 5px; }