From 6a74609f7ad1451b087b21b0f8aa5512da5575bc 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 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; } -- cgit v1.2.3