mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-03-21 17:34:28 -05:00
Change theme colour to match data-mined in-game UI
This commit is contained in:
parent
bff38964a7
commit
7c33ceba94
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user