Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schmanat/hugo-highlights-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index b2ced68..60b6106 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1312,7 +1312,7 @@
html {
background-color: #313a3d;
background-attachment: fixed, fixed;
- background-image: url("../../images/overlay.png"), url("../../images/bg.jpg");
+ background-image: url("images/overlay.png"), url("images/bg.jpg");
background-position: top left, center center;
background-repeat: repeat, none;
background-size: auto, cover;