change backgroudcolor in home.vue to #F0ECF4 (lightgrey)

This commit is contained in:
jona 2023-04-15 20:59:21 +02:00
parent 14f76b4138
commit 34f80b2c57

View file

@ -526,7 +526,7 @@ export default class Home extends Vue {
@import "~bulma/sass/utilities/mixins.sass";
main > div > .container {
background: $white;
background: #F0ECF4;
padding: 1rem 0.5rem 3rem;
}
@ -638,7 +638,7 @@ section.hero {
}
.container.section {
background: $white;
background: #F0ECF4;
@include tablet {
margin-top: -4rem;
@ -658,7 +658,7 @@ section.hero {
}
#homepage {
background: $white;
background: #F0ECF4;
}
.home-separator {