This commit is contained in:
parent
e59feb2974
commit
11238924a6
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ a {
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
background-image: "img/ui/header-nuit.jpg";
|
background-image: url("../img/ui/header-nuit.jpg");
|
||||||
background-image: linear-gradient(rgba(0,0,0,0) 70%, #362b49 100%), "img/ui/header-nuit.jpg");
|
background-image: linear-gradient(rgba(0,0,0,0) 70%, #362b49 100%), url("..img/ui/header-nuit.jpg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center 18%;
|
background-position: center 18%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue