Background fix

This commit is contained in:
Mootfrost777 2022-11-26 13:48:44 +03:00
parent 82a175d77f
commit a6ae3374b9
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

View file

@ -44,8 +44,9 @@ path {
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 0; z-index: 0;
background-image: url("/static/resources/images/background.png"); background-image: url("/static/resources/images/background.jpg");
opacity: 0.4; opacity: 0.4;
background-size: cover;
} }