Merge branch 'master' of github.com:KevinMidboe/vinlottis

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-24 11:09:10 +01:00
2 changed files with 13 additions and 0 deletions

View File

@@ -38,4 +38,15 @@ export default {
src: url("/../public/assets/fonts/regular.eot"),
url("/../public/assets/fonts/regular.woff") format("woff");
}
body {
background-color: #dbeede;
}
</style>
<style scoped>
.container {
background-color: white;
min-height: 100vh;
}
</style>

View File

@@ -28,6 +28,8 @@
/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#dbeede" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<div id="app"></div>