diff options
author | Joop Kiefte <ikojba@gmail.com> | 2019-10-12 05:32:50 +0200 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2019-10-12 05:32:50 +0200 |
commit | fd40572056d3df1ff4d6ac03c5754f7a3fe01751 (patch) | |
tree | d9900313e34ca9ac12c85f55b7c056c7e2deb040 /css/style.css | |
parent | 9e2abbe16e25d892ea1692b986562b05a2faf83f (diff) |
Add nice background
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |