mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-09-10 12:25:13 -05:00
Add a background to most pages
The background image is part of the external assets.
This commit is contained in:
@@ -12,11 +12,6 @@ html, body {
|
||||
overflow-x: hidden; /* TODO: This stops the page from scrolling into whitespace on mobile Chrome. A better solution is probably possible. */
|
||||
}
|
||||
|
||||
body, dialog {
|
||||
color: white;
|
||||
background: black;
|
||||
color-scheme: dark;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Splatoon 2', sans-serif;
|
||||
@@ -37,9 +32,17 @@ body {
|
||||
--player-special-colour: var(--special-colour-1);
|
||||
--player-special-accent-colour: var(--special-accent-colour-1);
|
||||
--theme-colour: #0c92f2;
|
||||
color: white;
|
||||
background: url('assets/external/BannerBackground.png') black;
|
||||
background-position: 50% -72px;
|
||||
color-scheme: dark;
|
||||
}
|
||||
dialog {
|
||||
background: black;
|
||||
}
|
||||
|
||||
#gamePage {
|
||||
background: black;
|
||||
--player-primary-colour: var(--primary-colour-1);
|
||||
--player-special-colour: var(--special-colour-1);
|
||||
--player-special-accent-colour: var(--special-accent-colour-1);
|
||||
@@ -87,6 +90,11 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
#preGamePage {
|
||||
text-align: center;
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
#logoBanner {
|
||||
background: grey;
|
||||
}
|
||||
|
||||
#logo {
|
||||
|
||||
Reference in New Issue
Block a user