From 15d4b9f10b65a694b7f63fcad5ac413585fc7795 Mon Sep 17 00:00:00 2001 From: jona Date: Sat, 15 Apr 2023 22:57:18 +0200 Subject: [PATCH] change backgroudcolor in home.vue to #f0ecf4 (lightgrey) --- js/src/views/Home.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/src/views/Home.vue b/js/src/views/Home.vue index 569fb1f06..3701eaf76 100644 --- a/js/src/views/Home.vue +++ b/js/src/views/Home.vue @@ -526,7 +526,7 @@ export default class Home extends Vue { @import "~bulma/sass/utilities/mixins.sass"; main > div > .container { - background: $background-color; + background: #f0ecf4; padding: 1rem 0.5rem 3rem; } @@ -638,7 +638,7 @@ section.hero { } .container.section { - background: $background-color; + background: #f0ecf4; @include tablet { margin-top: -4rem; @@ -658,7 +658,7 @@ section.hero { } #homepage { - background: $background-color; + background: #f0ecf4; } .home-separator {