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>