From 004dd7d161b2d04d13f31642bbd780c1f2187650 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 5 Jan 2022 12:19:36 +0100 Subject: [PATCH] Add background image --- static/images/background.svg | 80 ++++++++++++++++++++++++++++++++++++ static/styles/common.scss | 5 +++ 2 files changed, 85 insertions(+) create mode 100644 static/images/background.svg 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%;