From be320a57d07c0b974094aab3e44730775b6b7d15 Mon Sep 17 00:00:00 2001 From: JosephK Date: Wed, 28 Feb 2018 17:54:59 +0100 Subject: [PATCH] Fix background URL --- themes/hugo-bootstrap-premium/static/css/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/hugo-bootstrap-premium/static/css/style.css b/themes/hugo-bootstrap-premium/static/css/style.css index 6bf818a..3208ded 100644 --- a/themes/hugo-bootstrap-premium/static/css/style.css +++ b/themes/hugo-bootstrap-premium/static/css/style.css @@ -63,7 +63,7 @@ p { /* Sections background */ body { - background: #211F20 url('/network.png') top center no-repeat; + background: #211F20 url('../network.png') top center no-repeat; } body .content .container { @@ -87,7 +87,7 @@ body .medias .container { } .medias { - background-image: url('/player-peertube-flou.jpg'); + background-image: url('../player-peertube-flou.jpg'); background-size: cover; padding-top: 30px; padding-bottom: 50px; @@ -96,21 +96,21 @@ body .medias .container { } .install { - background: #737373 url('/network-o.png') top center; - background-image: url('/player-peertube-flou.jpg'); + background: #737373 url('../network-o.png') top center; + background-image: url('../player-peertube-flou.jpg'); background-size: cover; } .getting-started { - background: #F1680D url('/network-o.png') center center; + background: #F1680D url('../network-o.png') center center; } .why { - background: #F1680D url('/network.png') center center; + background: #F1680D url('../network.png') center center; } .how-it-works { - background: #737373 url('/network-o.png') center center; + background: #737373 url('../network-o.png') center center; } /* Navbar */