Change background color to purple to the overlay solid color before we login to backoffice at end of installer

This commit is contained in:
Warren Buckley
2017-04-13 12:06:48 +01:00
parent 5c558b0eeb
commit 379bbe5bc4

View File

@@ -73,7 +73,7 @@ body {
right: 0;
left: 0;
bottom: 0;
background: @gray-1;
background: @purple;
z-index: 666;
}