minor tweaks
This commit is contained in:
parent
cd58c07c6b
commit
4fcaf40b9b
2 changed files with 5 additions and 0 deletions
|
|
@ -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 },
|
||||||
"",
|
"",
|
||||||
|
|
|
||||||
|
|
@ -419,6 +419,9 @@ body.game-in-progress {
|
||||||
.content {
|
.content {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
#input {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.monitor-stand {
|
.monitor-stand {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue