diff --git a/TableturfBattleClient/index.html b/TableturfBattleClient/index.html
index f2925d3..252553e 100644
--- a/TableturfBattleClient/index.html
+++ b/TableturfBattleClient/index.html
@@ -20,7 +20,7 @@
-
+
This application requires JavaScript.
diff --git a/TableturfBattleClient/tableturf.css b/TableturfBattleClient/tableturf.css
index 5050eab..7af2d50 100644
--- a/TableturfBattleClient/tableturf.css
+++ b/TableturfBattleClient/tableturf.css
@@ -32,6 +32,7 @@ body {
--player-primary-colour: var(--primary-colour-1);
--player-special-colour: var(--special-colour-1);
--player-special-accent-colour: var(--special-accent-colour-1);
+ --theme-colour: #0c92f2;
}
#gamePage {
@@ -131,7 +132,7 @@ footer {
}
#playerList .filled {
- background: var(--special-colour-1);
+ background: var(--theme-colour);
position: relative;
animation: 0.33s linear playerListFlyIn;
}