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

This commit is contained in:
jona 2023-04-15 22:57:18 +02:00
parent 8e20e7f68a
commit 15d4b9f10b

View file

@ -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 {