diff --git a/core/static/core/img/background.png b/core/static/core/img/background.png new file mode 100644 index 00000000..3be49210 Binary files /dev/null and b/core/static/core/img/background.png differ diff --git a/core/static/core/style.scss b/core/static/core/style.scss index c6964963..25687b14 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -32,6 +32,7 @@ $twitblue: #55acee; body { background-color: $primary-neutral-light-color; + background: url("img/background.png") no-repeat center fixed; position: relative; width: 100%; font-family: sans-serif;