Background for login page fixed

This commit is contained in:
Peter Pfeufer 2022-06-25 14:44:28 +02:00
parent 004100091f
commit a7afa4a0c3
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -21,7 +21,7 @@
<style>
body {
background: url('{% static 'authentication/img/background.jpg' %}') no-repeat center center fixed;
background: url('{% static 'allianceauth/authentication/img/background.jpg' %}') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;