Change theme colour to match data-mined in-game UI

This commit is contained in:
Andrio Celos 2023-02-23 12:01:19 +11:00
parent bff38964a7
commit 7c33ceba94
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<meta name="title" property="og:title" content="Tableturf Battle"/>
<meta name="description" property="og:description" content="(Beta) An unofficial simulator for Tableturf Battle from Splatoon 3. Play online with friends using any in-game cards!"/>
<meta property="og:url" content="https://tableturf.andriocelos.net/"/>
<meta name="theme-color" content="#e7b427" data-react-helmet="true"/>
<meta name="theme-color" content="#0c92f2" data-react-helmet="true"/>
</head>
<body>
<div id="noJSPage">This application requires JavaScript.</div>

View File

@ -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;
}