diff --git a/themes/neff/assets/scss/_variables.scss b/themes/neff/assets/scss/_variables.scss index 6336b62..8f1c880 100755 --- a/themes/neff/assets/scss/_variables.scss +++ b/themes/neff/assets/scss/_variables.scss @@ -17,8 +17,8 @@ $border-radius: 5px; $fa-font-path: "/fonts"; $background-image-sd: "/img/background-sd.jpg"; -$background-image-hd: "/img/background.jpg"; +$background-image: "/img/background.jpg"; $background-image-phone-sd: "/img/background-phone-sd.jpg"; -$background-image-phone-hd: "/img/background-phone.jpg"; +$background-image-phone: "/img/background-phone.jpg"; $media-query: calc(#{$max-width} + calc(6 * #{$gutter-width})); \ No newline at end of file