Use main colour of background image as background colour
This commit is contained in:
parent
dbc3427725
commit
2b26966328
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $fa-font-path: "../webfonts";
|
|||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url(/images/background.png);
|
||||
background: #252525 url(/images/background.png);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue