diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-20 17:50:48 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 12:53:18 +0100 |
commit | 8393ae9a71878abd79fa38ebec46ae0c72e1a52b (patch) | |
tree | 98ac77358cd144bd570ff79f68401fabe507e299 | |
parent | fb6132e35be5b5ecc28b29f757231a2ee94175df (diff) | |
download | hammer-of-the-scots-8393ae9a71878abd79fa38ebec46ae0c72e1a52b.tar.gz |
Fix boldness of battle header.
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,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_line.enemy .battle_menu_list { min-height: 0; } |