Replace bg.png with equivalent rgba value

pull/4/head
siinus 5 years ago
parent 1a0b4f774a
commit 535a6503a1
  1. BIN
      www/bg.png
  2. 3
      www/index.html

Binary file not shown.

Before

Width:  |  Height:  |  Size: 914 B

@ -126,7 +126,8 @@
position: fixed;
width: 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-repeat: no-repeat, repeat;
top: 0;

Loading…
Cancel
Save