remove desert background image on page, handle it from cache in login

screen
This commit is contained in:
2019-10-23 12:39:54 +02:00
parent 5027228a20
commit 517ea1de31
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ header {
right: 0;
top: 0;
z-index: -1;
background-image: url('./../../img/background/desert.jpg');
//background-image: url('./../../img/background/desert.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;