diff --git a/pages/index.vue b/pages/index.vue index a98bb91..9d07de1 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -9,7 +9,9 @@
-

Marc Leopold Photography

+ +

Marc Leopold Photography

+

@@ -34,6 +36,7 @@ export default { data() { return { + showHeading: false, currentImageIndex: -1, bgImages: [ 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/slider.jpg', @@ -72,7 +75,7 @@ export default { mounted () { if (this.bgImages.length > 1) { this.setNextIndex() - // this.nextTagline() + this.showHeading = true } }, @@ -185,14 +188,14 @@ $padding: 1rem; } .heading { - color: #fff; + color: $color__neutral-900; font-size: $heading-height; @include font-title(400); text-align: center; } .tagline { - color: #fff; + color: $color__neutral-600; font-size: $tagline-height; text-align: right; @include font-cursive;