summaryrefslogtreecommitdiff
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:08:56 +0100
commit1ce397d06cd66fee1236eb0d1418d6a4f522fb94 (patch)
tree67eec0d16ec12484c4a113bb927a1de9c17cae92
parentfe837a001a035008642d831f4938fe6010787a5d (diff)
downloadjulius-caesar-1ce397d06cd66fee1236eb0d1418d6a4f522fb94.tar.gz
Fix boldness of battle header.
-rw-r--r--play.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.html b/play.html
index bcdb87a..c571d43 100644
--- a/play.html
+++ b/play.html
@@ -86,7 +86,7 @@
#battle { background-color: tan; }
#battle_message { background-color: wheat; }
-#battle_header { background-color: brown; color: wheat; font-weight: bold; }
+#battle_header { background-color: brown; color: lemonchiffon; }
.battle_separator { background-color: brown; }
.battle_line.enemy .battle_menu_list { min-height: 0; }