From 7c33ceba94fbeb764e2b5d9bc2ceff2b5a945f11 Mon Sep 17 00:00:00 2001 From: Andrio Celos Date: Thu, 23 Feb 2023 12:01:19 +1100 Subject: [PATCH] Change theme colour to match data-mined in-game UI --- TableturfBattleClient/index.html | 2 +- TableturfBattleClient/tableturf.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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; }