summaryrefslogtreecommitdiff
path: root/admin/src
diff options
context:
space:
mode:
Diffstat (limited to 'admin/src')
-rw-r--r--admin/src/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/src/index.css b/admin/src/index.css
index 89ba707..652491a 100644
--- a/admin/src/index.css
+++ b/admin/src/index.css
@@ -12,6 +12,12 @@ body {
-moz-osx-font-smoothing: grayscale;
height: 100%;
width: 100%;
+ background: url('../public/assets/images/background.png') no-repeat center center
+ fixed;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ background-size: cover;
}
code {