From 8de2b6b2c450eaa2cd381ccf7b48fd62fcc28d94 Mon Sep 17 00:00:00 2001 From: dalcon007 Date: Sun, 16 Apr 2017 20:41:56 -0400 Subject: [PATCH] Update _base.scss --- _sass/_base.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index 4cf031a18..7bde03d27 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -180,11 +180,11 @@ header { width: 100%; min-height: auto; overflow-y: hidden; - background: url("ombiwebtest/img/bg-pattern.png"), $head-primary; + background: url("https://dalcon007.github.io/ombiwebtest/img/bg-pattern.png"), $head-primary; /* fallback for old browsers */ - background: url("ombiwebtest/img/bg-pattern.png"), -webkit-linear-gradient(to left, $head-primary, $head-secondary); + background: url("https://dalcon007.github.io/ombiwebtest/img/bg-pattern.png"), -webkit-linear-gradient(to left, $head-primary, $head-secondary); /* Chrome 10-25, Safari 5.1-6 */ - background: url("ombiwebtest/img/bg-pattern.png"), linear-gradient(to left, $head-primary, $head-secondary); + background: url("https://dalcon007.github.io/ombiwebtest/img/bg-pattern.png"), linear-gradient(to left, $head-primary, $head-secondary); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ color: white; .header-content { @@ -322,7 +322,7 @@ section { background-size: cover; -o-background-size: cover; background-position: center; - background-image: url('ombiwebtest/img/bg-cta.jpg'); + background-image: url('https://dalcon007.github.io/ombiwebtest/img/bg-cta.jpg'); padding: 250px 0; .cta-content { position: relative; @@ -351,7 +351,7 @@ section { background-size: cover; -o-background-size: cover; background-position: center; - background-image: url('ombiwebtest/img/donate.jpg'); + background-image: url('https://dalcon007.github.io/ombiwebtest/img/donate.jpg'); padding: 250px 0; .cta-content-donate { position: relative;