diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html index 082702b..015ea47 100644 --- a/layouts/partials/custom-head.html +++ b/layouts/partials/custom-head.html @@ -54,6 +54,9 @@ a:hover { body { background: #282a36; + background-image: url("/castlehd.png"); + background-repeat: no-repeat; + background-attachment: fixed; color: f8f8f2; } diff --git a/static/castlehd.png b/static/castlehd.png new file mode 100644 index 0000000..9ab4d2a Binary files /dev/null and b/static/castlehd.png differ