diff --git a/resources/images/SantaHat.webp b/resources/images/SantaHat.webp new file mode 100644 index 000000000..14e3d1a62 Binary files /dev/null and b/resources/images/SantaHat.webp differ diff --git a/resources/images/Snowflake.webp b/resources/images/Snowflake.webp new file mode 100644 index 000000000..b223c2216 Binary files /dev/null and b/resources/images/Snowflake.webp differ diff --git a/src/client/AccountModal.ts b/src/client/AccountModal.ts index 226b15414..9d269d0b0 100644 --- a/src/client/AccountModal.ts +++ b/src/client/AccountModal.ts @@ -379,7 +379,7 @@ export class AccountButton extends LitElement {
diff --git a/src/client/PublicLobby.ts b/src/client/PublicLobby.ts index b3a44c8a8..b1946e13d 100644 --- a/src/client/PublicLobby.ts +++ b/src/client/PublicLobby.ts @@ -151,8 +151,8 @@ export class PublicLobby extends LitElement { ?disabled=${this.isButtonDebounced} class="isolate grid h-40 grid-cols-[100%] grid-rows-[100%] place-content-stretch w-full overflow-hidden ${this .isLobbyHighlighted - ? "bg-gradient-to-r from-green-600 to-green-500" - : "bg-gradient-to-r from-blue-600 to-blue-500"} text-white font-medium rounded-xl transition-opacity duration-200 hover:opacity-90 ${this + ? "bg-gradient-to-r from-emerald-600 to-emerald-500" + : "bg-gradient-to-r from-red-800 to-red-700"} text-white font-medium rounded-xl transition-opacity duration-200 hover:opacity-90 ${this .isButtonDebounced ? "opacity-70 cursor-not-allowed" : ""}" @@ -174,18 +174,13 @@ export class PublicLobby extends LitElement {
${translateText("public_lobby.join")}
-
- + ${modeLabel} ${teamDetailLabel ? html`${teamDetailLabel}` : ""} @@ -198,10 +193,10 @@ export class PublicLobby extends LitElement {
-
+
${lobby.numClients} / ${lobby.gameConfig.maxPlayers}
-
${timeDisplay}
+
${timeDisplay}
diff --git a/src/client/StatsModal.ts b/src/client/StatsModal.ts index 0c17b68eb..14daef4cc 100644 --- a/src/client/StatsModal.ts +++ b/src/client/StatsModal.ts @@ -80,7 +80,7 @@ export class StatsModal extends LitElement { ${translateText("stats_modal.loading")}

`; @@ -91,7 +91,7 @@ export class StatsModal extends LitElement {

${this.error}