summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
m---------site0
-rw-r--r--src/public/img/background.jpgbin3512 -> 0 bytes
-rw-r--r--src/public/img/background.pngbin11400 -> 15331 bytes
-rw-r--r--src/scss/main.scss4
4 files changed, 2 insertions, 2 deletions
diff --git a/site b/site
-Subproject 9785d11c54535ac897755a2603f67ce209abc2c
+Subproject 15a66eed399262b5f78c71bce46a9d5738338d7
diff --git a/src/public/img/background.jpg b/src/public/img/background.jpg
deleted file mode 100644
index 79a8a12..0000000
--- a/src/public/img/background.jpg
+++ /dev/null
Binary files differ
diff --git a/src/public/img/background.png b/src/public/img/background.png
index ea5fc7e..5b58f01 100644
--- a/src/public/img/background.png
+++ b/src/public/img/background.png
Binary files differ
diff --git a/src/scss/main.scss b/src/scss/main.scss
index c713657..362e6b9 100644
--- a/src/scss/main.scss
+++ b/src/scss/main.scss
@@ -111,13 +111,13 @@ html {
color: $white;
font-family: $font;
font-size: 120%;
- background: #181818;
}
body {
- background-image: url("../img/background.jpg?ref=2");
+ background-image: url("../img/background.png?ref=3");
background-repeat: repeat;
background-size: 512px;
+ background-color: #181818;
}
.center {