0
0
Fork 0

Update colour palette

This commit is contained in:
Oliver-Akins 2021-03-19 19:35:36 -06:00
parent c1339dc673
commit 28d59dbed9
4 changed files with 63 additions and 40 deletions

View file

@ -69,6 +69,7 @@ export default {
@import "../css/style.css";
#GameView {
background: var(--game-view-background);
grid-template-rows: 70% 1fr 50px;
display: grid;
}