summaryrefslogtreecommitdiffstats
path: root/core/css/guest.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-08-29 15:18:51 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-08-29 16:04:11 +0200
commitbadbab81eacd3f4a8242fe23feb5319ee4247027 (patch)
tree1bac2bd1358a331c64bc920328ab574dddbd171a /core/css/guest.css
parent8c917cbfe0aa33e37d7cff278690b07bf40e1b62 (diff)
downloadnextcloud-server-badbab81eacd3f4a8242fe23feb5319ee4247027.tar.gz
nextcloud-server-badbab81eacd3f4a8242fe23feb5319ee4247027.zip
Update background image to the one used on the website
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 56f8c728d00..a58121508ab 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -23,7 +23,7 @@ body {
color: #000;
text-align: center;
background-color: #0082c9;
- background-image: url('../img/background.jpg?v=1');
+ background-image: url('../img/background.png?v=2');
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;