Replace bg.png with equivalent rgba value

This commit is contained in:
siinus
2020-06-12 00:50:23 +03:00
parent 1a0b4f774a
commit 535a6503a1
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 914 B

View File

@@ -126,7 +126,8 @@
position: fixed; position: fixed;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: url("loader.gif"), url("bg.png"); background-image: url("loader.gif");
background-color: rgba(102, 102, 102, 0.75);
background-position: center center, top; background-position: center center, top;
background-repeat: no-repeat, repeat; background-repeat: no-repeat, repeat;
top: 0; top: 0;