aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--background.jpgbin0 -> 893910 bytes
-rw-r--r--css/style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/background.jpg b/background.jpg
new file mode 100644
index 0000000..c6fdd99
--- /dev/null
+++ b/background.jpg
Binary files differ
diff --git a/css/style.css b/css/style.css
index 08b02ea..606590b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,6 +1,6 @@
body {
font-family: 'Source Sans Pro';
- background: #f5f5f5;
+ background: #f5f5f5 url('/background.jpg') fixed;
color: #5a5a5a;
overflow-wrap: break-word;
word-wrap: break-word;