From 1ce397d06cd66fee1236eb0d1418d6a4f522fb94 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 20 Dec 2021 17:50:48 +0100 Subject: Fix boldness of battle header. --- play.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.html') 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; } -- cgit v1.2.3