Update background-colors to new primary color.

This commit is contained in:
2020-10-11 19:24:18 +02:00
committed by KevinMidboe
parent 2013675802
commit 25823540ff
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ export default {
}
body {
background-color: #dbeede;
background-color: $primary;
}
</style>

View File

@@ -44,7 +44,7 @@
color="#23101f"
/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#dbeede" />
<meta name="theme-color" content="#b7debd" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
@@ -65,7 +65,7 @@
align-items: center;
text-align: center;
height: 100vh;
background-color: #dbeede;
background-color: #b7debd;
font-size: 1.5rem;
font-family: Arial, Helvetica, sans-serif;
}