Body color match theme and set container to white again.

This commit is contained in:
2020-01-24 10:46:16 +01:00
parent 2862c9fc8d
commit d2297e6405

View File

@@ -40,4 +40,14 @@ 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;
}
</style>