From 6d58abfdbb1f47eba0786221ae53a4ab7dc72fd6 Mon Sep 17 00:00:00 2001
From: VariableVince <24507472+VariableVince@users.noreply.github.com>
Date: Wed, 17 Dec 2025 04:22:41 +0100
Subject: [PATCH] Christmas Themed Homepage 2 (#2628)
## Description:
A small fix for https://github.com/openfrontio/OpenFrontIO/pull/2608.
Give the map buttons in the private lobby and single player modal the
same red border and background as the buttons below them.
Before:
After:
## Please complete the following:
- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
## Please put your Discord username so you can be contacted if a bug or
regression is found:
tryout33
---
src/client/components/Maps.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/client/components/Maps.ts b/src/client/components/Maps.ts
index d5c184067..c4e0103f2 100644
--- a/src/client/components/Maps.ts
+++ b/src/client/components/Maps.ts
@@ -78,8 +78,8 @@ export class MapDisplay extends LitElement {
}
.option-card.selected {
- border-color: #4a9eff;
- background: rgba(74, 158, 255, 0.1);
+ border-color: var(--primaryColor);
+ background: rgba(229, 57, 53, 0.1);
}
.option-card-title {