minor tweaks

This commit is contained in:
Dan 2026-01-22 06:44:30 +00:00
parent cd58c07c6b
commit 4fcaf40b9b
2 changed files with 5 additions and 0 deletions

View file

@ -255,10 +255,12 @@ const boxingDayGame = {
{ {
text: "<em>Your clock reads 11:54 PM.</em>", text: "<em>Your clock reads 11:54 PM.</em>",
html: true, html: true,
className: "info",
}, },
{ {
text: "<em>Six minutes until midnight.</em><br/><br />", text: "<em>Six minutes until midnight.</em><br/><br />",
html: true, html: true,
className: "info",
}, },
{ type: "delay", ms: 800 }, { type: "delay", ms: 800 },
"", "",

View file

@ -419,6 +419,9 @@ body.game-in-progress {
.content { .content {
padding: 1em; padding: 1em;
} }
#input {
font-size: 1.2rem;
}
} }
.monitor-stand { .monitor-stand {