mirror of
https://github.com/Lapikud/Viido.git
synced 2026-03-23 13:14:19 +00:00
Replace bg.png with equivalent rgba value
This commit is contained in:
BIN
www/bg.png
BIN
www/bg.png
Binary file not shown.
|
Before Width: | Height: | Size: 914 B |
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user