summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-29 13:07:40 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-30 21:59:25 +0200
commit65fda430b30ea9b3ee349581dfbd021bc4a4ed27 (patch)
tree928fd5b9750de27919924553ec2b1f905859c827 /play.css
parent10aa091f9e759cb6250bda3726b2ea0b9fd31b56 (diff)
downloadfriedrich-65fda430b30ea9b3ee349581dfbd021bc4a4ed27.tar.gz
tweak logging of end-turn
Diffstat (limited to 'play.css')
-rw-r--r--play.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.css b/play.css
index 9913d57..6d922bc 100644
--- a/play.css
+++ b/play.css
@@ -135,6 +135,8 @@ body {
}
#log .h.fate { text-align: center; }
+#log .h.fate::before { content: "\2014 " }
+#log .h.fate::after { content: " \2014" }
#log .h.prussia { background-color: var(--color-light-prussia); }
#log .h.hanover { background-color: var(--color-light-hanover); }