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

github.com/EmielH/stip-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-04-01 21:09:13 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-04-01 21:09:13 +0300
commit9d952732b74be5e62dd466c26084a6ab976c9119 (patch)
tree051dc6ba7a19a73365995e9d1f096486c2c2ba04 /assets/scss/stip/_base.scss
parente14b0b29e650e2554464c6e73531d69f7dcb2fb3 (diff)
Use relURL for background image
Diffstat (limited to 'assets/scss/stip/_base.scss')
-rw-r--r--assets/scss/stip/_base.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/scss/stip/_base.scss b/assets/scss/stip/_base.scss
index 09ec497..6579164 100644
--- a/assets/scss/stip/_base.scss
+++ b/assets/scss/stip/_base.scss
@@ -13,7 +13,6 @@ html {
body {
background-color: $color-background;
- background: url('/images/background.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
}