Update background image path in style.css
This commit is contained in:
parent
4a49e886ab
commit
0df4e324df
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ aside::before {
|
||||||
|
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: left bottom;
|
background-position: left bottom;
|
||||||
background-image: url('/background.png');
|
background-image: url('./background.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue