From d2297e6405d30523ddaf65e5c57eebcae0eb7db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 24 Jan 2020 10:46:16 +0100 Subject: [PATCH] Body color match theme and set container to white again. --- src/Vinlottis.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Vinlottis.vue b/src/Vinlottis.vue index 1b17c94..1882cc8 100644 --- a/src/Vinlottis.vue +++ b/src/Vinlottis.vue @@ -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; +} + + +