diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-13 22:23:25 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-13 22:23:25 +0000 |
commit | f03c54096910c03e441ea3676f223bdabef753cc (patch) | |
tree | 55972a9657ee41f45f8f5043688a99e609f941eb /play.css | |
parent | a1f33e6a759cc3691b56999b5d1d23052a82c07c (diff) | |
download | 1989-dawn-of-freedom-f03c54096910c03e441ea3676f223bdabef753cc.tar.gz |
Tweak PS logging
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); } #log .h1 { font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; } #log .h2 { padding-top:2px; padding-bottom:2px; text-align: center; } #log .h3 { text-align: center; } -#log .h4 { text-align: center; text-decoration: underline; } +#log .h4 { font-weight: bold; } #log .h5 { text-decoration: underline; } #log { background-color: floralwhite } |