use local image

This commit is contained in:
Daniel Hansson 2019-01-18 14:07:45 +01:00 committed by GitHub
parent 1305b456fc
commit e5bbefce40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
align: center;
text-align: center;
background: #0082c9; /* Old browsers */
background-image: url('https://raw.githubusercontent.com/nextcloud/server/master/core/img/background.png');
background-image: url('/nextcloud/core/img/background.png');
background-size: cover;
}
div.logotext {