summaryrefslogtreecommitdiff
path: root/src/scss/main.scss
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/scss/main.scss4
1 files changed, 2 insertions, 2 deletions
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 {