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>