diff --git a/static/images/background.svg b/static/images/background.svg new file mode 100644 index 0000000..8dc1a5f --- /dev/null +++ b/static/images/background.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/styles/common.scss b/static/styles/common.scss index 3fd0adf..1cc5ab3 100644 --- a/static/styles/common.scss +++ b/static/styles/common.scss @@ -12,6 +12,11 @@ body { -webkit-box-align: center; -ms-flex-align: center; align-items: center; + background-image: url(/images/background.svg); + background-repeat: no-repeat; + background-blend-mode: multiply; + background-size: 100vh; + background-position: top; background-color: #0c2738; color: #ffffff; height: 100%;